diff options
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -20,6 +20,7 @@ floating_modifier $mod bindsym $mod+Return exec xterm bindsym $mod+Shift+Return exec qutebrowser bindsym $mod+p exec xterm -e ~/miniconda3/bin/ipython +bindsym $mod+e exec emacsclient -c -a "" # kill focused window bindsym $mod+Shift+q kill @@ -74,7 +75,7 @@ bindsym $mod+f fullscreen toggle # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking bindsym $mod+w layout tabbed -bindsym $mod+e layout toggle split +bindsym $mod+q layout toggle split # toggle tiling / floating bindsym $mod+Shift+space floating toggle @@ -82,12 +83,6 @@ bindsym $mod+Shift+space floating toggle # change focus between tiling / floating windows bindsym $mod+Shift+f focus mode_toggle -# focus the parent container -bindsym $mod+a focus parent - -# focus the child container -#bindsym $mod+d focus child - # switch to workspace bindsym $mod+1 workspace 1 bindsym $mod+2 workspace 2 @@ -99,6 +94,7 @@ bindsym $mod+7 workspace 7 bindsym $mod+8 workspace 8 bindsym $mod+9 workspace 9 bindsym $mod+0 workspace 10 +bindsym $mod+a workspace A bindsym $mod+b workspace B bindsym $mod+c workspace C bindsym $mod+x workspace X |