فهرست منبع

Swap desktop and classic dmenu

It is more comfortable to use desktop dmenu. Moreover, only GUI
applications are available, so it's more convenient to look for a GUI
program.
DricomDragon 4 سال پیش
والد
کامیت
c834cbfe9b
1فایلهای تغییر یافته به همراه4 افزوده شده و 5 حذف شده
  1. 4 5
      Install/Templates/i3/config

+ 4 - 5
Install/Templates/i3/config

@@ -29,11 +29,10 @@ bindsym $mod+Return exec alacritty
 bindsym $mod+Shift+w kill
 
 # start dmenu (a program launcher)
-bindsym $mod+d exec dmenu_run
-# 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+Shift+d exec --no-startup-id i3-dmenu-desktop
+bindsym $mod+Shift+d exec dmenu_run
+
+# start dmenu for desktop applications
+bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
 
 # change focus
 bindsym $mod+$left focus left