summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-12-24 13:44:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-12-24 13:44:58 -0700
commit30de56c61735fcf23048334b53ae40c877744d81 (patch)
treeadb958c482db46fdc298a52e8feb0d7551cc1dea /.config
parentb8fa59616955ba49b4ab1fabced9bd3294aa413d (diff)
downloaddotfiles-30de56c61735fcf23048334b53ae40c877744d81.tar.gz
add a top level i3 binding to kill windows
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 0e4a1a92..22637a3b 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -320,6 +320,8 @@ bindsym $mod+Ctrl+p move up
bindsym $mod+apostrophe layout toggle split
+bindsym $mod+l kill
+
# Cycle through all workspaces on monitor. Unlike C-i j and C-i [0-9]+, these
# move the container *and* switch view to the other workspace, because there
# are more like $mod+Ctrl+j/k than they are like the C-i bindings