Add mark-and-focus shotcuts (i3)

master
Quentin Duchemin 2019-11-19 16:38:13 +01:00
parent ffdf26688a
commit ce8e78de36
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 6 additions and 0 deletions

View File

@ -112,6 +112,12 @@ mode "$film_mode" {
# toggle film mode
bindsym $mod+Shift+f mode "$film_mode"
# read 1 character and mark the current window with this character
bindsym $mod+m exec i3-input -F 'mark %s' -l 1 -P 'Mark: '
# read 1 character and go to the window with the character
bindsym $mod+Shift+m exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: '
##################################
# BINDINGS FOR STANDARD OPERATIONS
##################################