I would like a hot corner functionality similar to that of Linux mint 17. Is there any way I can achieve that on Xubuntu?
Asked
Active
Viewed 9,804 times
4
-
something like this https://www.youtube.com/watch?v=Mr77FLgy0YI except it just show the current workspace and its windows minimized – user2988146 Dec 31 '15 at 12:40
-
Wait, it canbe done, if this http://askubuntu.com/q/434137/72216 still works, I an make it work for you with the hot corner. Could you try and post back? (Baking oliebollen at the moment :) ) – Jacob Vlijm Dec 31 '15 at 14:52
-
1Yeah I bound the skippy-xd in the hotcorner plugin, thanks for the link, donno what oliebollen is though. – user2988146 Jan 04 '16 at 07:06
2 Answers
5
First install 'xfdashboard'
Install Xubuntu Extras. SOURCE
sudo add-apt-repository ppa:xubuntu-dev/extras
sudo apt-get update
sudo apt install xfdashboard
To set up hot corners:
Option 1
- Open 'xfdashboard settings' in the program menu
- Select 'Plugins' tab
- Select 'Hot Corner'and tick option
- Select 'Preferences'
- CLose
- Reboot system
Option 2 SOURCE
sudo apt-get install brightside
Once installed, open terminal and enter:
brightside-properties
In properties:
- Select Corner, tick box
- In drop down select 'custom action'
- Enter 'xfdashboard' in 'On entering region'
- Adjust delay
- Close properties
Once configured add 'brightside' to startup applications list. Instruction HERE
2
You can try xfce4-hotcorner-plugin:
sudo add-apt-repository ppa:xubuntu-dev/extras
sudo apt-get update
sudo apt-get install xfce4-hotcorner-plugin

Tshilidzi Mudau
- 4,173
-
1I already had this plugin, that didn't resolve showing the windows all minimized. – user2988146 Jan 04 '16 at 07:05