How to add 'show all windows' functionality in xubuntu?

9,280

Solution 1

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

Solution 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
Share:
9,280

Related videos on Youtube

user2988146
Author by

user2988146

Updated on September 18, 2022

Comments

  • user2988146
    user2988146 almost 2 years

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

    • user2988146
      user2988146 over 8 years
      something like this youtube.com/watch?v=Mr77FLgy0YI except it just show the current workspace and its windows minimized
    • Jacob Vlijm
      Jacob Vlijm over 8 years
      Wait, it canbe done, if this 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 :) )
    • user2988146
      user2988146 over 8 years
      Yeah I bound the skippy-xd in the hotcorner plugin, thanks for the link, donno what oliebollen is though.
  • user2988146
    user2988146 over 8 years
    I already had this plugin, that didn't resolve showing the windows all minimized.