From 2d57744f3ce525f7819bb8ae1fe318a521ffb431 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Fri, 3 May 2019 17:56:45 -0500 Subject: 2019-05-03 17:56 --- i3/config | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'i3/config') diff --git a/i3/config b/i3/config index b8b3490..97a44c6 100644 --- a/i3/config +++ b/i3/config @@ -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 -- cgit v1.2.3