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:
parent
8b7de007e9
commit
da5cd9ef1f
3 changed files with 18 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue