From afda010b1d6955f31acb250e9bc985e11a660e8e Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Tue, 14 Feb 2023 13:27:17 -0500 Subject: [PATCH] i3config spaces --- dots/i3config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/i3config b/dots/i3config index 83662ec..85fde8c 100644 --- a/dots/i3config +++ b/dots/i3config @@ -56,7 +56,7 @@ bindsym $mod+Shift+w exec brave-browser bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec --no-startup-id dmenu_run +bindsym $mod+space exec --no-startup-id dmenu_run # A more modern dmenu replacement is rofi: # bindcode $mod+40 exec "rofi -modi drun,run -show drun" # There also is i3-dmenu-desktop which only displays applications shipping a @@ -105,7 +105,7 @@ bindsym $mod+e layout toggle split bindsym $mod+Shift+space floating toggle # change focus between tiling / floating windows -bindsym $mod+space focus mode_toggle +#bindsym $mod+space focus mode_toggle # focus the parent container bindsym $mod+a focus parent