From f031336317b938b99d84a565fb78601bb7f75188 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sun, 21 Nov 2021 22:09:18 -0500 Subject: [PATCH 1/2] sway: config: enable tapping on touchpads --- sway/.config/sway/config | 4 ++++ 1 file changed, 4 insertions(+) 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 From 5c0de3dc48795fb0f7151b60085499072c56998d Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sun, 21 Nov 2021 22:11:24 -0500 Subject: [PATCH 2/2] sway: waybar: get rid of taskbar * basically useless and has problems on my laptop --- sway/.config/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"