diff --git a/.config/i3/config.example b/.config/i3/config.example index c047135..9af8034 100644 --- a/.config/i3/config.example +++ b/.config/i3/config.example @@ -1,7 +1,6 @@ # i3 config file (v4) # Please see http://i3wm.org/docs/userguide.html for a complete reference! - workspace_layout tabbed new_window none @@ -33,7 +32,7 @@ bindsym $mod+Shift+Q kill # start dmenu (a program launcher) #Colors: S_base0 <--> S_base03 (Selected is vice versa) -bindsym $mod+d exec dmenu_run -sb '#002b36' -sf '#839496' -nb '#839496' -nf '#002b36' -fn 'Hack-9' +bindsym $mod+space exec dmenu_run -sb '#002b36' -sf '#839496' -nb '#839496' -nf '#002b36' -fn 'Hack-9' # change focus bindsym $mod+Left focus left @@ -67,7 +66,7 @@ bindsym $mod+e layout default bindsym $mod+Shift+space floating toggle # change focus between tiling / floating windows -bindsym $mod+space focus mode_toggle +bindsym $mod+Alt+space focus mode_toggle # focus the parent container bindsym $mod+a focus parent