4

I would like a hot corner functionality similar to that of Linux mint 17. Is there any way I can achieve that on Xubuntu?

  • 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
  • 1
    Yeah 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 Answers2

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

  1. Open 'xfdashboard settings' in the program menu
  2. Select 'Plugins' tab
  3. Select 'Hot Corner'and tick option
  4. Select 'Preferences'
  5. CLose
  6. Reboot system

Option 2 SOURCE

sudo apt-get install brightside

Once installed, open terminal and enter:

brightside-properties

In properties:

  1. Select Corner, tick box
  2. In drop down select 'custom action'
  3. Enter 'xfdashboard' in 'On entering region'
  4. Adjust delay
  5. Close properties

Once configured add 'brightside' to startup applications list. Instruction HERE

pst007x
  • 8,052
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