diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-05 11:19:53 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | cafdb59a866f324b6e190caaf3b074fb48d3760a (patch) | |
tree | 6f06d0142c6ce9575d693dde2194de826a4e4a58 /i3 | |
parent | 59c9b6ec04c608c9e90b8f317f792ace4d0f8af4 (diff) | |
download | dotfiles-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/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |