Add SciFi

This commit is contained in:
Astatin3
2024-10-31 19:55:02 -06:00
parent 2e62807074
commit 0aa59fc94d
9 changed files with 510 additions and 269 deletions
+3 -2
View File
@@ -5,8 +5,9 @@ Unfortunatly this is not the most secure desktop locker, as it involves using sw
```
# Add this to your sway config:
for_window [title="^raylock$"] sticky enable, floating enable, resize set 1920 px 1080 px, title_format "", border pixel none
for_window [title="^raylock$"] sticky enable, fullscreen
mode "lock" {
bindsym $mod+Shift+q exec true
bindsym XF86MonBrightnessUp exec brightnessctl s +5%
bindsym XF86MonBrightnessDown exec brightnessctl s 5%-
}
```