gtkgreet -> qtgreet, gtklock -> swaylock-effects

This commit is contained in:
Henrik Bakken
2025-05-14 23:27:01 +02:00
parent 13f607e5d1
commit 168df975c4
6 changed files with 42 additions and 15 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ set $script_path /usr/share/sway/scripts
set $term footclient
set $term_float footclient --app-id floating_shell --window-size-chars 120x45
# swayidle
set $locking gtklock --daemonize --follow-focus --idle-hide --start-hidden -s /etc/greetd/gtkgreet.css
set $locking swaylock --screenshots --clock --grace 10 --fade-in 0.5 --effect-blur 5x5 --effect-greyscale
# scaling
set $scale_up $script_path/scale.sh up
set $scale_down $script_path/scale.sh down
@@ -217,7 +217,7 @@ mode "$mode_system" {
bindsym s exec --no-startup-id systemctl suspend, mode "default"
bindsym r exec --no-startup-id systemctl reboot, mode "default"
bindsym p exec --no-startup-id systemctl poweroff -i, mode "default"
bindsym l exec --no-startup-id swaylock -e -f -c 000000 -t, mode "default"
bindsym l exec --no-startup-id $locking, mode "default"
bindsym Return mode "default"
bindsym Escape mode "default"