Add rofi configuration
This commit is contained in:
parent
5542291c58
commit
53551b345f
2 changed files with 5 additions and 1 deletions
|
@ -37,7 +37,8 @@ bindsym $mod+Shift+X kill
|
|||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||
# installed.
|
||||
bindsym $mod+a exec --no-startup-id i3-dmenu-desktop
|
||||
#bindsym $mod+a exec --no-startup-id i3-dmenu-desktop
|
||||
bindsym $mod+a exec --no-startup-id rofi -show combi -show-icons
|
||||
|
||||
# change focus
|
||||
bindsym $mod+n focus left
|
||||
|
|
3
rofi/config
Normal file
3
rofi/config
Normal file
|
@ -0,0 +1,3 @@
|
|||
rofi.combi-modi: window,drun
|
||||
rofi.theme: android_notification
|
||||
rofi.modi: combi,drun,window
|
Loading…
Add table
Reference in a new issue