aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonsaiiv <dominik.riemer@udo.edu>2025-05-24 16:03:45 +0200
committerSimon Ser <contact@emersion.fr>2025-05-25 23:33:25 +0200
commit5038e4c7cee13a65ff7afdcfe4b264de37e1a3dc (patch)
treed067c42827b5068ca8c9f6e281469573f44276d0
parent35c4d8e4ee32876d97a1f747c635a83ab0042ace (diff)
Improve example of input section in default config
Previous example included a specific device name. This can be confusing for beginners, as the default did not work on most devices.
-rw-r--r--config.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/config.in b/config.in
index a2a01dda..872ef057 100644
--- a/config.in
+++ b/config.in
@@ -46,14 +46,18 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
#
# Example configuration:
#
-# input "2:14:SynPS/2_Synaptics_TouchPad" {
+# input type:touchpad {
# dwt enabled
# tap enabled
# natural_scroll enabled
# middle_emulation enabled
# }
#
-# You can get the names of your inputs by running: swaymsg -t get_inputs
+# input type:keyboard {
+# xkb_layout "eu"
+# }
+#
+# You can also configure each device individually.
# Read `man 5 sway-input` for more information about this section.
### Key bindings