From 2eb0bef9f436fb61c37d8481e85bd49bdaa497ec Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Mon, 16 Sep 2019 19:10:02 -0600 Subject: [PATCH] changed dmenu to trigger on mod+space --- config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/i3/config b/config/i3/config index cb2c1f1..eb5fecf 100644 --- a/config/i3/config +++ b/config/i3/config @@ -47,7 +47,7 @@ bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run +bindsym $mod+space 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.