From db49f683129771d95828b01594c69431a717e8e8 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 4 Sep 2023 23:21:01 -0400 Subject: guix --- home-config/sway/config.d/input | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 home-config/sway/config.d/input (limited to 'home-config/sway/config.d/input') diff --git a/home-config/sway/config.d/input b/home-config/sway/config.d/input new file mode 100644 index 0000000..a02f6d6 --- /dev/null +++ b/home-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" +} + +# 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 -- cgit v1.2.3-freya