From cafdb59a866f324b6e190caaf3b074fb48d3760a Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 5 Oct 2016 11:19:53 +0200 Subject: i3: add bindings for marking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- i3/config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'i3') 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) -- cgit v1.2.3-54-g00ecf