diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-03-14 00:15:50 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-03-14 00:15:50 +0200 |
commit | 5651b13cccfd50d786df94c997641b1c0b766413 (patch) | |
tree | bc650cd481c380f209f3c8821872a26a5baa6f88 /keybinds | |
parent | a0ffdeaab6ddc281a08522c4802696690d0b8e12 (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-- | keybinds | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ) |