summaryrefslogtreecommitdiff
path: root/.config/i3/config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-17 18:37:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-20 18:01:56 -0700
commit3339bbbf98e3ae9c477dc6a791260f7825bf0024 (patch)
treeda7d31ea802a884811188f290fa4a815fb3f8b62 /.config/i3/config
parentce0ae7e9982479d3798cf3d84c8e90b25c0dbe8b (diff)
downloaddotfiles-3339bbbf98e3ae9c477dc6a791260f7825bf0024.tar.gz
fix syntax
Diffstat (limited to '.config/i3/config')
-rw-r--r--.config/i3/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config
index e7bbbbcf..e6056162 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -323,7 +323,8 @@ bindsym $mod+Ctrl+p move up
bindsym $mod+apostrophe layout toggle split
-bindsym $mod+l kill # maybe C-M-i for this?
+# maybe C-M-i for this?
+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