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,928 times
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,171