[aranea] i3 config: add back_and_forth keybind; add touchpad-toggle
This commit is contained in:
parent
c1527c0125
commit
3cbfc1504d
|
|
@ -302,6 +302,9 @@ bindsym Control+$mod+comma move workspace to output $OUTPUT_LEFT
|
|||
bindsym Control+$mod+period move workspace to output primary
|
||||
bindsym Control+$mod+slash move workspace to output $OUTPUT_RIGHT
|
||||
|
||||
# ~~ Other workspace related keybindings
|
||||
bindsym $mod+Tab workspace back_and_forth
|
||||
|
||||
|
||||
# APP-SPECIFIC WINDOW RULES
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
@ -359,6 +362,9 @@ bindsym XF86AudioMute exec --no-startup-id "volctl mute toggle"
|
|||
# TODO
|
||||
#bindsym Shift+XF86AudioMute exec --no-startup-id "~/bin/paprofile -n toggle"
|
||||
|
||||
# ~~ Toggling touchpad
|
||||
bindsym XF86LaunchA exec --no-startup-id touchpad-toggle
|
||||
|
||||
# ~~ Password manager: passmenu
|
||||
bindsym $mod+Shift+p exec --no-startup-id passmenu
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue