From 3b15389d8abd8fc78e69dc4fe5169a11bde08eee Mon Sep 17 00:00:00 2001 From: ewy1 Date: Tue, 14 Jan 2025 14:37:05 +0100 Subject: add config for trackpad --- .config/sway/hosts/study/input | 3 +++ .config/waybar/config.jsonc | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .config/sway/hosts/study/input (limited to '.config') diff --git a/.config/sway/hosts/study/input b/.config/sway/hosts/study/input new file mode 100644 index 0000000..49780cd --- /dev/null +++ b/.config/sway/hosts/study/input @@ -0,0 +1,3 @@ +input type:touchpad { + dwt disabled +} diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 87c3a1d..3a89f9c 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -30,7 +30,8 @@ }, "pulseaudio": { "format": "󰓃 {volume}%", - "format-muted": "󰓃 {volume}%" + "format-muted": "󰓃 {volume}%", + "on-click": "pavucontrol" }, "battery": { "format": "󰁹 {}%" -- cgit v1.3