Regenerated
This commit is contained in:
+294
-294
File diff suppressed because it is too large
Load Diff
+8
-8
@@ -1891,7 +1891,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; };
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -2119,7 +2119,7 @@ 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 &
|
||||
#+END_SRC
|
||||
@@ -2157,7 +2157,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
|
||||
@@ -2358,9 +2358,9 @@ windowrulev2 = floatclass:Wofi,opacity:0.9,blur:15
|
||||
#windowrule = move workspace 3, ^(libreoffice)$
|
||||
#+END_SRC
|
||||
|
||||
** =.config/hypr/# exec-once=
|
||||
** =.config/hypr/workspace-rules.conf=
|
||||
These are config files for .config/hypr
|
||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/# exec-once :noweb yes :mkdirp yes :eval never
|
||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/workspace-rules.conf :noweb yes :mkdirp yes :eval never
|
||||
|
||||
#Load random wallpaper
|
||||
workspacecreated = exec $HOME/.local/bin/wallpaper-sync-and-set.sh $workspace
|
||||
@@ -2375,9 +2375,9 @@ workspacecreated = exec $HOME/.local/bin/wallpaper-sync-and-set.sh $workspace
|
||||
|
||||
|
||||
# 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
|
||||
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
|
||||
|
||||
@@ -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