Skip to content

Instantly share code, notes, and snippets.

Created November 1, 2016 18:19
Show Gist options
  • Save anonymous/69c29d2b2d689fd6b1187de3b319916d to your computer and use it in GitHub Desktop.
Save anonymous/69c29d2b2d689fd6b1187de3b319916d to your computer and use it in GitHub Desktop.
i3 mark & jump
bindsym $mod+Shift+m move scratchpad
bindsym $mod+Tab scratchpad show
bindsym $mod+m exec i3-input -F 'mark %s' -P 'Mark: '
bindsym $mod+j exec i3-input -F '[con_mark="%s"] focus' -P 'Jump: '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment