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
@@ -7,7 +7,7 @@ source = ./layer-rules.conf
source = ./layout.conf
source = ./monitor-rules.conf
# source = ./window-rules.conf
# source = ./workspace-rules.conf
source = ./workspace-rules.conf
exec-once = /nix/store/c9cnbxhxbagj7gfpc1g5hl4x4f8dzayv-dbus-1.16.2/bin/dbus-update-activation-environment --systemd DISPLAY HYPRLAND_INSTANCE_SIGNATURE WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target
@@ -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
}
*/