diff options
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 6c718d0..9284457 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -55,6 +55,9 @@ exec_always { bindsym $mod+z exec swaylock --ignore-empty-password --show-failed-attempts --color 1e1e1e bindsym $mod+f1 exec swaymsg Output eDP-1 toggle +# Disable touchpad +bindsym $mod+f7 exec swaymsg input type:touchpad events toggle enabled disabled + seat seat0 xcursor_theme Adwaita 24 bindsym $mod+w exec firefox-bin | firefox |