From f3754a106a9e79cd25f9869ea01bed1cf57a82aa Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Fri, 3 May 2024 19:11:10 -0400 Subject: [PATCH] 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 --- .config/dwm-flexipatch | 2 +- .scripts/dunst.sh | 2 ++ .scripts/picom.sh | 2 +- README.org | 4 +++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.config/dwm-flexipatch b/.config/dwm-flexipatch index d50575e..1fbc9b3 160000 --- a/.config/dwm-flexipatch +++ b/.config/dwm-flexipatch @@ -1 +1 @@ -Subproject commit d50575e707fb49ffc7eac17f31426f3d425a3d97 +Subproject commit 1fbc9b35d842e10d93870349e854d14a0e4d91f6 diff --git a/.scripts/dunst.sh b/.scripts/dunst.sh index 0157a61..8c04308 100755 --- a/.scripts/dunst.sh +++ b/.scripts/dunst.sh @@ -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" } diff --git a/.scripts/picom.sh b/.scripts/picom.sh index 90319c0..0a7e35a 100755 --- a/.scripts/picom.sh +++ b/.scripts/picom.sh @@ -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" ;; diff --git a/README.org b/README.org index 1bbdc1b..3725b5c 100644 --- a/README.org +++ b/README.org @@ -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" ;;