diff --git a/README.org b/README.org index 5ddea82..81e5e18 100644 --- a/README.org +++ b/README.org @@ -375,9 +375,9 @@ See ~man dunst.5~ for available options. [global] monitor = 0 follow = keyboard - width = 700 + width = 400 height = 120 - offset = 10x35 + offset = 10x10 origin = top-right notification_limit = 50 indicate_hidden = true @@ -9816,12 +9816,11 @@ help_menu() { rofi_menu() { declare -a options=( - " Logout - logout" + " Logout - logout" " Lock - lock" "⏾ Sleep - sleep" " Reboot - reboot" " Shutdown - shutdown" - "󰒲 Hibernate - hibernate" "󰌍 Back - back" "󰗼 Quit - quit" ) @@ -9865,10 +9864,6 @@ main() { notify-send "Session Control" "Shutting Down System" & systemctl poweroff ;; - --hibernate) - notify-send "Session Control" "Hibernating System" & - systemctl hibernate - ;; --rofi) rofi_menu ;; diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index bcf34be..5aea0ea 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -1,9 +1,9 @@ [global] monitor = 0 follow = keyboard - width = 700 + width = 400 height = 120 - offset = 10x35 + offset = 10x10 origin = top-right notification_limit = 50 indicate_hidden = true diff --git a/dwl/.config/dwl b/dwl/.config/dwl index 528d962..661bad1 160000 --- a/dwl/.config/dwl +++ b/dwl/.config/dwl @@ -1 +1 @@ -Subproject commit 528d96221a1c41fb640505a4f0d0cc3a5353142a +Subproject commit 661bad187051baf7e577a9ecfb1649955a265d28 diff --git a/dwl/.scripts/session.sh b/dwl/.scripts/session.sh index daaca6d..f6c6a4a 100755 --- a/dwl/.scripts/session.sh +++ b/dwl/.scripts/session.sh @@ -11,12 +11,11 @@ help_menu() { rofi_menu() { declare -a options=( - " Logout - logout" + " Logout - logout" " Lock - lock" "⏾ Sleep - sleep" " Reboot - reboot" " Shutdown - shutdown" - "󰒲 Hibernate - hibernate" "󰌍 Back - back" "󰗼 Quit - quit" ) @@ -60,10 +59,6 @@ main() { notify-send "Session Control" "Shutting Down System" & systemctl poweroff ;; - --hibernate) - notify-send "Session Control" "Hibernating System" & - systemctl hibernate - ;; --rofi) rofi_menu ;;