Regenerated
This commit is contained in:
+314
-316
File diff suppressed because it is too large
Load Diff
+28
-30
@@ -1851,7 +1851,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; };
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -2080,7 +2080,7 @@ 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 &
|
||||
#+END_SRC
|
||||
|
||||
@@ -2117,7 +2117,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
|
||||
@@ -2282,7 +2282,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
|
||||
}
|
||||
@@ -2311,50 +2311,48 @@ 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)$
|
||||
#+END_SRC
|
||||
|
||||
** =.config/hypr/workspace-rules.conf=
|
||||
** =.config/hypr/# exec-once=
|
||||
These are config files for .config/hypr
|
||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/workspace-rules.conf :noweb yes :mkdirp yes :eval never
|
||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/# exec-once :noweb yes :mkdirp yes :eval never
|
||||
|
||||
#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
|
||||
# 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
|
||||
# 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
|
||||
# workspace 1, layout:dwindle
|
||||
# workspace 2, layout:master
|
||||
# workspace 3, layout:msg
|
||||
|
||||
# Set workspace persistence
|
||||
workspace 1, persistent:true
|
||||
workspace 2, persistent:true
|
||||
# workspace 1, persistent:true
|
||||
# workspace 2, persistent:true
|
||||
|
||||
# Move specific apps to workspaces automatically
|
||||
windowrule = move workspace 1, ^(kitty)$
|
||||
windowrule = move workspace 2, ^(zen)$
|
||||
windowrule = move workspace 3, ^(libreoffice)$
|
||||
|
||||
# Workspace behavior
|
||||
workspace {
|
||||
cycle_move_empty = no
|
||||
}
|
||||
|
||||
*/
|
||||
# workspace {
|
||||
# cycle_move_empty = no
|
||||
#}
|
||||
#+END_SRC
|
||||
|
||||
** =generated/modules/traveldroid/desktop/wallpaper.nix=
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user