1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 11:31:16 +02:00

sxhkd/dunst/mic: added sound for mute and deaf, changed notification sounds

This commit is contained in:
2023-10-08 01:34:18 +02:00
parent da287df85c
commit d8a6a1d8a5
11 changed files with 30 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Toggle touchpad. Requires xf86-input-synaptics.
# by lukesmithxyz, checkout github.com/lukesmithxyz/voidrice
(synclient | grep "TouchpadOff.*1" && synclient TouchpadOff=0)>/dev/null && notify-send "TouchPad reactivated." && exit
synclient TouchpadOff=1 && notify-send "TouchPad deactivated."