From 3cbfc1504d359b13b7695b8db637e1f247ea9920 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Wed, 12 May 2021 00:11:57 +0200 Subject: [PATCH] [aranea] i3 config: add back_and_forth keybind; add touchpad-toggle --- _local/aranea/.config/i3/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_local/aranea/.config/i3/config b/_local/aranea/.config/i3/config index d7ce8ce..7e2bc0f 100644 --- a/_local/aranea/.config/i3/config +++ b/_local/aranea/.config/i3/config @@ -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