diff options
Diffstat (limited to '')
| -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  | 
