diff options
| author | ewy1 <ewy0@protonmail.com> | 2025-01-14 14:37:05 +0100 |
|---|---|---|
| committer | ewy1 <ewy0@protonmail.com> | 2025-01-14 14:37:05 +0100 |
| commit | 3b15389d8abd8fc78e69dc4fe5169a11bde08eee (patch) | |
| tree | c3c7b3faf2839462d421ef88d26d27d65099a341 | |
| parent | 2ec3e3a315beadd94cb68750e4e6e71d7a483b02 (diff) | |
add config for trackpad
| -rw-r--r-- | .config/sway/hosts/study/input | 3 | ||||
| -rw-r--r-- | .config/waybar/config.jsonc | 3 |
2 files changed, 5 insertions, 1 deletions
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": "<s> {volume}%</s>" + "format-muted": "<s> {volume}%</s>", + "on-click": "pavucontrol" }, "battery": { "format": " {}%" |
