diff --git a/sway/.config/sway/config b/sway/.config/sway/config index e13f722..3c0208d 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -223,6 +223,10 @@ input "*" { xkb_options compose:ralt } +input type:touchpad { + tap enabled +} + client.focused 00000000 00000000 00000000 00000000 client.focused_inactive 00000000 00000000 00000000 00000000 client.unfocused 00000000 00000000 00000000 00000000 diff --git a/sway/.config/waybar/config b/sway/.config/waybar/config index 115c605..e91aea1 100644 --- a/sway/.config/waybar/config +++ b/sway/.config/waybar/config @@ -2,7 +2,7 @@ "layer": "top", "position": "bottom", "modules-left": ["custom/power", "sway/workspaces", "sway/mode"], - "modules-center": ["wlr/taskbar"], + "modules-center": [], "modules-right": ["tray", "network", "pulseaudio", "custom/weather", "clock"], "clock": { "format": "{:%m/%d %H:%M}"