From 849ab46bd68fd8e8c275cfa8b918a16cfcd59642 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 27 Nov 2023 13:03:12 -0500 Subject: initial --- .config/sway/config.d/input | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .config/sway/config.d/input (limited to '.config/sway/config.d/input') diff --git a/.config/sway/config.d/input b/.config/sway/config.d/input new file mode 100644 index 0000000..8ee6ba7 --- /dev/null +++ b/.config/sway/config.d/input @@ -0,0 +1,20 @@ +### Input configuration + +# Enable numlock on startup +input * xkb_numlock enable + +# Keyboard layout, change as you wish +input * { + xkb_layout "us" + xkb_options compose:ralt +} + +# Touchpad input settings +input type:touchpad { + tap enabled + natural_scroll enabled + middle_emulation enabled +} + +# Screen settings +output eDP-1 resolution 3072x1920 scale $scale -- cgit v1.2.3-freya