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:
@@ -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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user