diff options
| author | Blaise Thompson <blaise@untzag.com> | 2019-05-03 17:56:45 -0500 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2019-05-03 17:56:45 -0500 | 
| commit | 2d57744f3ce525f7819bb8ae1fe318a521ffb431 (patch) | |
| tree | fe7e71a6f40d4a7aa619f954a4939201dfb858ec /i3/config | |
| parent | 75e77d91ddb12811086e1676c5e7d61d6ebd2aeb (diff) | |
2019-05-03 17:56
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 | 
