Make hyprlock default and add battery level

This commit is contained in:
2024-11-08 10:02:59 +01:00
parent 840948e179
commit b1c4c6d4ac
4 changed files with 30 additions and 45 deletions

View File

@ -267,7 +267,7 @@ binds {
Mod+Return { spawn "alacritty"; }
Mod+D { spawn "fuzzel"; }
Mod+Plus { spawn "/home/hulthe/.local/bin/screenlock"; }
Mod+Plus { spawn "loginctl lock-session"; }
// You can also use a shell:
// Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; }