summaryrefslogtreecommitdiff
path: root/keybinds
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-03-14 00:15:50 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-03-14 00:15:50 +0200
commit5651b13cccfd50d786df94c997641b1c0b766413 (patch)
treebc650cd481c380f209f3c8821872a26a5baa6f88 /keybinds
parenta0ffdeaab6ddc281a08522c4802696690d0b8e12 (diff)
Really cool changes.
Changes to be committed: modified: alacritty/alacritty.toml modified: btop/btop.conf modified: install.sh modified: keybinds modified: tmux/tmux.conf
Diffstat (limited to 'keybinds')
-rw-r--r--keybinds2
1 files changed, 1 insertions, 1 deletions
diff --git a/keybinds b/keybinds
index 0704094..aa850ad 100644
--- a/keybinds
+++ b/keybinds
@@ -81,4 +81,4 @@ XF86Audio{Raise,Lower}Volume
# mute audio output control
XF86AudioMute
- [ $(amixer --card 0 get Master | tail -n 1 | sed -E 's/.*.\[//g' | cut -c1-2) = "on" ] && amixer --card 0 set Master mute || amixer --card 0 set Master unmute
+ [ $(amixer --card 0 get Master | tail -n 1 | sed -E 's/.*.\[//g' | cut -c1-2) = "on" ] && ( notify-send "🔇 Muted" && amixer --card 0 set Master mute ) || ( amixer --card 0 set Master unmute && notify-send "📢 Unmuted" )