diff options
Diffstat (limited to '.config/sway/nostalgia')
-rw-r--r-- | .config/sway/nostalgia | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/sway/nostalgia b/.config/sway/nostalgia new file mode 100644 index 0000000..857c864 --- /dev/null +++ b/.config/sway/nostalgia @@ -0,0 +1,14 @@ +# -*-conf-*- + +output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill + +input "1739:31251:DLL07BE:01_06CB:7A13_Touchpad" { + dwt enabled + natural_scroll enabled + middle_emulation enabled + click_method clickfinger +} + +input * { + xkb_options ctrl:swap_rwin_rctl,grp:shifts_toggle +} |