Regenerated

This commit is contained in:
2026-03-30 11:31:47 +00:00
parent da71c2dd2b
commit 8e61b4cd12
8 changed files with 382 additions and 350 deletions
@@ -0,0 +1,31 @@
#Load random wallpaper
workspacecreated = exec $HOME/.local/bin/wallpaper-sync-and-set.sh $workspace
# Workspace definitions (modern syntax)
# workspace = 1
# workspace = 2
# 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
# exec-once = zen, workspace 3
# Force a specific layout for a workspace
# workspace 1, layout:dwindle
# workspace 2, layout:master
# workspace 3, layout:msg
# Set workspace persistence
# workspace 1, persistent:true
# workspace 2, persistent:true
# Workspace behavior
# workspace {
# cycle_move_empty = no
#}
@@ -3,5 +3,5 @@ exec-once = hypridleconfig/hypr/exec-once
exec-once = hyprpolkitagent
exec-once = systemd-run --user --scope --unit=elephant elephant
exec-once = bash -c "sleep 5 && waybar"
exec-once = swww-daemon & swww img -o eDP-1 ~/Wallpapers/pictures/18.jpg
exec-once = swww-daemon & swww img -o eDP-1 ~/Wallpapers/pictures/1.jpg
exec-once = sh ~/Wallpapers/scripts/wallpaper.sh &
@@ -7,7 +7,7 @@ source = ./layer-rules.conf
source = ./layout.conf
source = ./monitor-rules.conf
# source = ./window-rules.conf
source = ./workspace-rules.conf
source = ./# exec-once
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 -1
View File
@@ -29,7 +29,7 @@ general {
extend_border_grab_area = 20
# Solid-color borders
col.active_border = "0xff97cbcd 0xff89b4fa"
#col.active_border = "0xff97cbcd 0xff89b4fa"
#col.active_border = #a6e3a1
#col.inactive_border = #595959aa
}
@@ -13,3 +13,8 @@ windowrule = float, ^(pavucontrol)$
windowrulev2 = floatclass:Wofi,blur:15
windowrulev2 = floatclass:Wofi,floating:true
windowrulev2 = floatclass:Wofi,opacity:0.9,blur:15
# Move specific apps to workspaces automatically
#windowrule = move workspace 1, ^(kitty)$
#windowrule = move workspace 2, ^(zen)$
#windowrule = move workspace 3, ^(libreoffice)$
@@ -31,7 +31,7 @@ in
".config/hypr/scripts/layout-selector.sh" = { source = "${assetPath}/scripts/layout-selector.sh"; executable = true; force = true; };
".config/hypr/theming.css" = { source = "${assetPath}/theming.css"; force = true; };
".config/hypr/window-rules.conf" = { source = "${assetPath}/window-rules.conf"; force = true; };
".config/hypr/workspace-rules.conf" = { source = "${assetPath}/workspace-rules.conf"; force = true; };
".config/hypr/# exec-once" = { source = "${assetPath}/# exec-once"; force = true; };
};
};
};