Regenerated
This commit is contained in:
@@ -2,6 +2,6 @@ exec-once = dbus-update-activation-environment --systemd --all
|
||||
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 = waybar
|
||||
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 = ./# exec-once
|
||||
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
|
||||
|
||||
@@ -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)
|
||||
workspace-rules.conf = kitty, workspace 1
|
||||
workspace-rules.conf = flatpak run app.betterbird.zen, workspace 2
|
||||
workspace-rules.conf = 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
|
||||
#}
|
||||
@@ -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/# exec-once" = { source = "${assetPath}/# exec-once"; force = true; };
|
||||
".config/hypr/workspace-rules.conf" = { source = "${assetPath}/workspace-rules.conf"; force = true; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user