clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

sspaeti 332baab2 bbd11413

+2 -1
+1
hypr/.config/hypr/bindings.conf
··· 76 76 # bind = SUPER SHIFT, W, exec, omarchy-launch-webapp "https://web.whatsapp.com/" 77 77 # bind = SUPER CTRL, S, exec, omarchy-launch-webapp "https://messages.google.com/web/conversations" 78 78 79 + unbind = SUPER CTRL, C 79 80 bind = SUPER CTRL, C, exec, $toggle Morgen "morgen" 80 81 81 82 unbind = SUPER CTRL, SPACE
+1 -1
hypr/.config/hypr/sspaeti/omarchy-system-menu
··· 28 28 29 29 # Build menu options dynamically based on system capabilities 30 30 options=" Lock\n󱄄 Screensaver" 31 - [ -f ~/.local/state/omarchy/toggles/suspend-on ] && options="$options\n󰒲 Suspend" 31 + [ ! -f ~/.local/state/omarchy/toggles/suspend-off ] && options="$options\n󰒲 Suspend" 32 32 omarchy-hibernation-available && options="$options\n󰤁 Hibernate" 33 33 options="$options\n󰜉 Restart\n󰐥 Shutdown" 34 34