From ccc04b844513743699b1f20333fb02f6703b2c77 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:44:11 +0300 Subject: [PATCH] Configure sway input devices --- .config/sway/config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 67a82cc..b9e3183 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -49,15 +49,15 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill ### Input configuration # -# Example configuration: -# -# input "2:14:SynPS/2_Synaptics_TouchPad" { -# dwt enabled -# tap enabled -# natural_scroll enabled -# middle_emulation enabled -# } -# + +input type:keyboard { + xkb_options ctrl:nocaps,shift:both_capslock +} + +input type:touchpad { + tap enabled +} + # You can get the names of your inputs by running: swaymsg -t get_inputs # Read `man 5 sway-input` for more information about this section.