diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-21 00:25:28 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-21 00:25:28 +0100 |
commit | e9d7df16d0c5e6f006bdee0e7f0fe4f158f4b667 (patch) | |
tree | 39d56f57252fb05da957ade11b1edad74dbfbbde | |
parent | 04d975d2d34f887cf1e10990b6f3b5f20d954177 (diff) |
i3: use a desktop menu
-rw-r--r-- | i3/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3/i3/config b/i3/i3/config index 2d0f288..8df7fe8 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -60,11 +60,11 @@ bindsym $mod+Return exec alacritty bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run +#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+d exec --no-startup-id i3-dmenu-desktop +bindsym $mod+d exec --no-startup-id j4-dmenu-desktop # change focus bindsym $mod+h focus left |