This commit is contained in:
Julian Ospald 2018-08-13 21:21:30 +08:00
parent 896b690a41
commit a5f640c648
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28

8
config
View File

@ -31,9 +31,11 @@ bindsym $mod+Return exec sakura
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
# start dmenu (a program launcher) # start dmenu (a program launcher)
bindsym $mod+Shift+d exec dmenu_run bindsym $mod+Shift+w exec --no-startup-id rofi -show window
bindsym $mod+d exec --no-startup-id i3-dmenu-desktop bindsym $mod+d exec --no-startup-id rofi -show run
#bindsym $mod+d exec --no-startup-id xfce4-popup-whiskermenu # bindsym $mod+Shift+d exec dmenu_run
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# bindsym $mod+d exec --no-startup-id xfce4-popup-whiskermenu
# There also is the (new) i3-dmenu-desktop which only displays applications # 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 # shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed. # installed.