Add transparency and lock

This commit is contained in:
Astatin3
2024-10-31 10:42:53 -06:00
parent 0597b0db04
commit 2e62807074
6 changed files with 375 additions and 21 deletions
+4 -2
View File
@@ -5,6 +5,8 @@ Unfortunatly this is not the most secure desktop locker, as it involves using sw
```
# Add this to your sway config:
mode "lock" { }
for_window [title="^raylock$"] sticky enable, fullscreen
for_window [title="^raylock$"] sticky enable, floating enable, resize set 1920 px 1080 px, title_format "", border pixel none
mode "lock" {
bindsym $mod+Shift+q exec true
}
```