Small Fixes

- Update dwm-flexipatch to include more buttons for dunst module
- Update dunst control script help output
- Remove picom `--no-frame-pacing` option as that is not in picom v10.2
This commit is contained in:
Sravan Balaji
2024-05-03 19:11:10 -04:00
parent 36af4cc32d
commit f3754a106a
4 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ help_menu() {
echo " - Close Notification: dunst.sh --close"
echo " - History Pop: dunst.sh --history"
echo " - Toggle Do Not Disturb: dunst.sh --dnd"
echo " - Pause Notifications: dunst.sh --pause"
echo " - Unpause Notifications: dunst.sh --unpause"
echo " - Rofi Menu: dunst.sh --rofi"
echo " - Help: dunst.sh --help OR dunst.sh -h"
}

View File

@@ -55,7 +55,7 @@ main() {
pkill picom
fi
picom --config /home/sravan/.config/picom/picom.conf -b --no-frame-pacing
picom --config /home/sravan/.config/picom/picom.conf -b
notify-send "Turning Picom ON"
;;

View File

@@ -868,6 +868,8 @@ help_menu() {
echo " - Close Notification: dunst.sh --close"
echo " - History Pop: dunst.sh --history"
echo " - Toggle Do Not Disturb: dunst.sh --dnd"
echo " - Pause Notifications: dunst.sh --pause"
echo " - Unpause Notifications: dunst.sh --unpause"
echo " - Rofi Menu: dunst.sh --rofi"
echo " - Help: dunst.sh --help OR dunst.sh -h"
}
@@ -3709,7 +3711,7 @@ main() {
pkill picom
fi
picom --config /home/sravan/.config/picom/picom.conf -b --no-frame-pacing
picom --config /home/sravan/.config/picom/picom.conf -b
notify-send "Turning Picom ON"
;;