diff options
author | Amin Bandali <bandali@kelar.org> | 2024-08-30 17:54:01 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2024-08-30 17:54:01 -0400 |
commit | 63879fc37e2b7e7f4d6069dfc287a85ee758b1f8 (patch) | |
tree | 8451cb5c68db1ce7c548325578a44d1a7a236f4f /.config/sway/anahita | |
parent | dcb96b515fa65eee556df976375692cef48db21d (diff) | |
download | configs-63879fc37e2b7e7f4d6069dfc287a85ee758b1f8.tar.gz configs-63879fc37e2b7e7f4d6069dfc287a85ee758b1f8.tar.xz configs-63879fc37e2b7e7f4d6069dfc287a85ee758b1f8.zip |
Various updates from anahita
Diffstat (limited to '.config/sway/anahita')
-rw-r--r-- | .config/sway/anahita | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/sway/anahita b/.config/sway/anahita new file mode 100644 index 0000000..7782d93 --- /dev/null +++ b/.config/sway/anahita @@ -0,0 +1,27 @@ +# -*-conf-*- + +output * bg ~/usr/pic/wallpaper fill +# output eDP-1 scale 1 + +input * { + xkb_options ctrl:swap_rwin_rctl,grp:shifts_toggle +} + +input "0:0:Atmel_maXTouch_Touchpad" { + dwt enabled + natural_scroll enabled + middle_emulation enabled + click_method clickfinger +} + +input "0:0:Atmel_maXTouch_Touchscreen" events disabled + +bindsym F7 exec light -A 5 +bindsym F6 exec light -U 5 + +bindsym F10 exec $sinkup +bindsym F9 exec $sinkdown +bindsym F8 exec $sinkmute +bindsym $mod+F10 exec $sourceup +bindsym $mod+F9 exec $sourcedown +bindsym $mod+F8 exec $sourcemute |