Regenerated

This commit is contained in:
2026-04-16 22:36:44 +02:00
parent 6c40ff4a84
commit 8241bbd47f
6 changed files with 406 additions and 397 deletions
+377 -371
View File
File diff suppressed because it is too large Load Diff
+18 -16
View File
@@ -2439,11 +2439,8 @@ bind = CTRL, mouse_up, cyclenext, prev
bindel = CTRL ALT, mouse_up, layoutmsg, addmaster
bindel = CTRL ALT, mouse_down, layoutmsg, removemaster
bind = CTRL ALT, 1, layoutmsg, colwidth exact 1.0
bind = CTRL ALT, 2, layoutmsg, colwidth exact 0.5
bind = CTRL ALT, 3, layoutmsg, colwidth exact 0.333
bind = CTRL ALT, 4, layoutmsg, colwidth exact 0.25
bind = CTRL ALT, 5, layoutmsg, colwidth exact 0.2
bind = CTRL ALT, right, layoutmsg, colwidth +conf
bind = CTRL ALT, left, layoutmsg, colwidth -conf
# switch layouts
@@ -2653,9 +2650,17 @@ layerrule = blur on, ignore_alpha 1, match:namespace swaync-notification-window
These are config files for .config/hypr
#+BEGIN_SRC conf :tangle generated/.config/hypr/layout.conf :noweb yes :mkdirp yes :eval never
workspace_layouts = dwindle, master, scrolling, monocle
workspace = 1, layoutopt:layout:master
workspace = 2, layoutopt:layout:monocle
workspace = 3, layoutopt:layout:master
workspace = 4, layoutopt:layout:scrolling
workspace = 5, layoutopt:layout:dwindle
workspace = 6, layoutopt:layout:monocle
scrolling {
fullscreen_on_one_column = true
column_width = 0.32 # default: 2 windows side by side
column_width = 0.32 # default: 3 windows side by side
explicit_column_widths = 0.329, 0.5, 0.667, 1.0
}
#+END_SRC
@@ -2670,7 +2675,6 @@ monitor = eDP-1, preferred, auto-left, 1.5
** =generated/.config/hypr/theming.conf=
These are config files for .config/hypr
#+BEGIN_SRC conf :tangle generated/.config/hypr/theming.conf :noweb yes :mkdirp yes :eval never
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
# Hyprland Catppuccin Mocha Theme (solid colors)
# Colors
@@ -2792,10 +2796,8 @@ windowrule {
** =generated/.config/hypr/workspace-rules.conf=
These are config files for .config/hypr
#+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
# Workspace definitions (modern syntax)
workspace = 1
@@ -2804,10 +2806,13 @@ workspace = 3
workspace = 4
workspace = 5
workspace = 6
workspace = 7
workspace = 8
workspace = 9
workspace = 10
workspace = 1, monitor:eDP-1
workspace = 2, monitor:eDP-1
workspace = 3, monitor:DP-1
workspace = 4, monitor:eDP-1
workspace = 5, monitor:eDP-1
workspace = 6, monitor:DP-1
#+END_SRC
** =generated/.config/quickshell/media/shell.qml=
@@ -3347,9 +3352,6 @@ ShellRoot {
** =generated/.config/scripts/media.sh=
Providing an media
#+BEGIN_SRC sh :tangle generated/.config/scripts/media.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
#!/usr/bin/env bash
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
#!/usr/bin/env bash
# Player selection — prefer actively playing player
player=$(playerctl -l 2>/dev/null | while read -r p; do
@@ -20,11 +20,8 @@ bind = CTRL, mouse_up, cyclenext, prev
bindel = CTRL ALT, mouse_up, layoutmsg, addmaster
bindel = CTRL ALT, mouse_down, layoutmsg, removemaster
bind = CTRL ALT, 1, layoutmsg, colwidth exact 1.0
bind = CTRL ALT, 2, layoutmsg, colwidth exact 0.5
bind = CTRL ALT, 3, layoutmsg, colwidth exact 0.333
bind = CTRL ALT, 4, layoutmsg, colwidth exact 0.25
bind = CTRL ALT, 5, layoutmsg, colwidth exact 0.2
bind = CTRL ALT, right, layoutmsg, colwidth +conf
bind = CTRL ALT, left, layoutmsg, colwidth -conf
# switch layouts
+9 -1
View File
@@ -1,7 +1,15 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
workspace_layouts = dwindle, master, scrolling, monocle
workspace = 1, layoutopt:layout:master
workspace = 2, layoutopt:layout:monocle
workspace = 3, layoutopt:layout:master
workspace = 4, layoutopt:layout:scrolling
workspace = 5, layoutopt:layout:dwindle
workspace = 6, layoutopt:layout:monocle
scrolling {
fullscreen_on_one_column = true
column_width = 0.32 # default: 2 windows side by side
column_width = 0.32 # default: 3 windows side by side
explicit_column_widths = 0.329, 0.5, 0.667, 1.0
}
@@ -1,5 +1,4 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
# Hyprland Catppuccin Mocha Theme (solid colors)
# Colors
@@ -1,8 +1,5 @@
#!/usr/bin/env bash
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
#!/usr/bin/env bash
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
#!/usr/bin/env bash
# Player selection — prefer actively playing player
player=$(playerctl -l 2>/dev/null | while read -r p; do