added wayland and sway configs

This commit is contained in:
2025-07-25 10:50:09 +02:00
parent c131b87619
commit e1e4f6ae51
17 changed files with 1425 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
# Check the current state of the speaker
state=$(amixer -D pulse sget Master | awk '/\[on\]/{print "unmute"; exit} /\[off\]/{print "mute"; exit}')
# Toggle the state of the speaker
#
if [ "$state" = "[on] "]; then
amixer
# amixer -D pulse sset Master "$state" > /dev/null