From af19166af22554f4f7504fccf748f8d674eed973 Mon Sep 17 00:00:00 2001 From: teddy Date: Wed, 17 Dec 2025 09:19:24 +0100 Subject: [PATCH] updated swaylock --- config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config b/config index 062a32e..1885ca4 100644 --- a/config +++ b/config @@ -86,12 +86,13 @@ exec spotify exec mako exec dbus-update-activation-environment --all exec gnome-keyring-daemon --start --components=pkcs11,secrets,ssh +exec wl-paste --watch cliphist store ### Idle configuration (from your swaylock setup) exec swayidle -w \ - timeout 300 'swaylock -f' \ + timeout 300 'swaylock --clock --indicator --color 1e1e2e -f' \ timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ - before-sleep 'swaylock -f' + before-sleep 'swaylock --clock --indicator --color 1e1e2e -f' ### Key bindings (converted from Hyprland) @@ -99,7 +100,7 @@ exec swayidle -w \ bindsym $mod+Return exec $term bindsym $mod+q kill bindsym $mod+d exec $menu -bindsym $mod+shift+z exec swaylock -f +bindsym $mod+shift+z exec swaylock --clock --indicator --color 1e1e2e # Drag floating windows floating_modifier $mod normal