aboutsummaryrefslogtreecommitdiffstats
path: root/i3
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-10-05 11:19:53 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:35 +0200
commitcafdb59a866f324b6e190caaf3b074fb48d3760a (patch)
tree6f06d0142c6ce9575d693dde2194de826a4e4a58 /i3
parent59c9b6ec04c608c9e90b8f317f792ace4d0f8af4 (diff)
downloaddotfiles-cafdb59a866f324b6e190caaf3b074fb48d3760a.tar.xz
i3: add bindings for marking
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'i3')
-rw-r--r--i3/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/i3/config b/i3/config
index 1ff499d..32c1c04 100644
--- a/i3/config
+++ b/i3/config
@@ -70,6 +70,9 @@ bindsym $mod+Shift+8 move container to workspace $workspace8
bindsym $mod+Shift+9 move container to workspace $workspace9
bindsym $mod+Shift+0 move container to workspace $workspace0
+bindsym $mod+m exec i3-input -F 'mark %s' sl1 -P 'Mark: '
+bindsym $mod+g exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Go to: '
+
# reload the configuration file
bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)