New backup 2025-03-14 14:45:06

This commit is contained in:
Penelope Gwen 2025-03-14 14:45:06 -07:00
parent dc438c663d
commit 7a0a288434

View file

@ -2,10 +2,13 @@
include $HOME/.config/sway/config.d/window_rules.d/*
set {
#window behavior
$ii inhibit_idle focus
$popup floating enable; shadows enable; border pixel 1; sticky enable
$game inhibit_idle focus; floating enable; border none; fullscreen enable; shadows disable
$scratch move scratchpad, floating enable, scratchpad hide
#workspace assignments
$home_ws workspace 0:
}
for_window {
@ -47,7 +50,10 @@ for_window {
}
assign [app_id="org.kde.tokodon"] workspace number 0
assign [class="RSS.Guard"] workspace number 0
assign {
#home workspace assignment
[app_id="org.kde.tokodon"] $home_ws
[class="RSS.Guard"] $home_ws
}
scratchpad_minimize true