Regenerated

This commit is contained in:
2026-03-29 12:05:13 +00:00
parent db2f3e522e
commit 101ab20168
6 changed files with 450 additions and 615 deletions
@@ -1,3 +1,8 @@
#Load random wallpaper
workspacecreated = exec $HOME/.local/bin/wallpaper-sync-and-set.sh $workspace
/*
# Workspace definitions (modern syntax)
workspace = 1
workspace = 2
@@ -5,6 +10,7 @@ workspace = 3
workspace = 4
workspace = 5
/*
# Auto-launch apps on specific workspaces (use `exec` with `workspace` rule)
exec-once = kitty, workspace 1
exec-once = flatpak run app.betterbird.zen, workspace 2
@@ -28,3 +34,5 @@ windowrule = move workspace 3, ^(libreoffice)$
workspace {
cycle_move_empty = no
}
*/