Add rofi menus to global shortcuts

Accessible through Super+Space for the quickrun menu (essentially
emulates dmenu, just with a nice colorscheme); Super+r for a more
extensive options menu: window switching, clipboard history, ssh
(accessible with Shift-right). First step toward streamlined rofi
config.
This commit is contained in:
Marty Oehme 2019-09-05 21:41:07 +02:00
parent 8b7de007e9
commit da5cd9ef1f
3 changed files with 18 additions and 12 deletions

View file

@ -8,6 +8,10 @@ super + Return
super + space
exec rofi -show drun -theme /themes/dmenu
# open more extensive run menu
super + r
exec rofi -modi combi,ssh -show combi -combi-modi "window,clipboard:greenclip print,run"
# System functionality
# Enable lock screen (TODO does not stop music, etc yet