Pactl Script and Game Exit Script Fix

- Add pactl script to control volume
- Add pactl to control center rofi menu
- Comment out picom on in game_exit script
- Set struts when switching layouts in xmonad
- Add keybinding for pactl script
This commit is contained in:
Sravan Balaji
2021-05-24 20:09:50 -04:00
parent 1ddbd596b6
commit 73569b9394
5 changed files with 121 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ rofi_menu() {
" Compositor - picom"
" Notifications - dunst"
" Media - playerctl"
"墳Volume - pactl"
" Hardware - system76-power"
" Power Menu - session"
" Quit - quit"
@@ -45,6 +46,9 @@ main() {
--playerctl)
/home/sravan/.scripts/playerctl.sh --rofi
;;
--pactl)
/home/sravan/.scripts/pactl.sh --rofi
;;
--system76-power)
/home/sravan/.scripts/system76-power.sh --rofi
;;