diff options
Diffstat (limited to 'home-config/sway/config.d/input')
-rw-r--r-- | home-config/sway/config.d/input | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/home-config/sway/config.d/input b/home-config/sway/config.d/input deleted file mode 100644 index a02f6d6..0000000 --- a/home-config/sway/config.d/input +++ /dev/null @@ -1,20 +0,0 @@ -### Input configuration - -# Enable numlock on startup -input * xkb_numlock enable - -# Keyboard layout, change as you wish -input * { - xkb_layout "us" -} - -# Touchpad input settings -input type:touchpad { - tap enabled - natural_scroll enabled - middle_emulation enabled -} - -# Screen settings -#exec swaymsg output $screen resolution $resolution scale $scale -output eDP-1 resolution 3072x1920 scale $scale |