Monday, April 16, 2018

[Xubuntu] Configuring Start menu in Windows key

Go to Application > Settings > Keyboard
Click on the central tab “Keyboard shortcuts”
Click on “Add”
in Command, enter “xfce4-popup-whiskermenu”
Now set it to “Start (Windows)” key. “Super L” value might appear.

No comments:

Post a Comment

Git get all remote branches

git branch -r \ | grep -v '\->' \ | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \ | while read remote; do \ git branc...