summaryrefslogtreecommitdiffstatshomepage
path: root/sway/.config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to 'sway/.config/sway/config')
-rw-r--r--sway/.config/sway/config6
1 files changed, 5 insertions, 1 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index 6aba597..5631273 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -57,6 +57,10 @@ for_window [shell=".*"] inhibit_idle fullscreen
# Hide mouse cursor when not used
seat * hide_cursor 8000
+input type:pointer {
+ accel_profile flat
+}
+
input type:touchpad {
tap enabled
natural_scroll enabled
@@ -211,7 +215,7 @@ bindsym $mod+v exec clipman pick --tool=rofi
# Password manager
bindsym $mod+b exec rofi-rbw
-include config.d/*
+include ~/.config/sway/config.d/*
include /etc/sway/config.d/*
exec systemctl --user start sway-session.target