Regenerated

This commit is contained in:
2026-04-01 22:13:13 +02:00
parent a24d0d3409
commit c6a7f62403
6 changed files with 308 additions and 380 deletions
+300 -324
View File
File diff suppressed because it is too large Load Diff
+4 -28
View File
@@ -1802,21 +1802,7 @@ animations {
These are config files for .config/hypr
#+BEGIN_SRC conf :tangle generated/.config/hypr/behaviour.conf :noweb yes :exports code :wrap nil :mkdirp yes :eval never
# Keyboard and mouse settings
input {
kb_layout = us
kb_options = ctrl:nocaps
sensitivity = -0.5
accel_pwofile = adaptive
scroll_factor = 0.5
}
# Scrolling modifier settings
input {
scroll_main_mod = alt
scroll_main_mod_invert = no
scroll_per_border = yes
}
# Touchpad settings (applies to all touchpads)
input:touchpad: * {
natural_scroll = yes
@@ -1830,10 +1816,6 @@ focus {
}
# Miscellaneous settings
misc {
resize_step = 10 10
anim_resize_friction = 0.1
}
#+END_SRC
** =.config/hypr/bindings.conf=
@@ -2003,7 +1985,7 @@ exec-once = hypridleconfig/hypr/exec-once
exec-once = hyprpolkitagent
exec-once = systemd-run --user --scope --unit=elephant elephant
exec-once = waybar
exec-once = swww-daemon & swww img -o eDP-1 ~/Wallpapers/pictures/1.jpg
exec-once = swww-daemon & swww img -o eDP-1 ~/Wallpapers/pictures/01.jpg
exec-once = sh ~/Wallpapers/scripts/wallpaper.sh &
#+END_SRC
@@ -2034,12 +2016,12 @@ These are config files for .config/hypr
source = ./theming.css
source = ./animations.conf
source = ./bindings.conf
# source = ./behaviour.conf
source = ./behaviour.conf
source = ./exec-once.conf
source = ./layer-rules.conf
source = ./layout.conf
source = ./monitor-rules.conf
# source = ./window-rules.conf
source = ./window-rules.conf
source = ./workspace-rules.conf
@@ -2234,12 +2216,6 @@ windowrule = float, blueman
windowrule = move center, blueman
windowrule = size 900 700, blueman
# Center all new windows by default
windowrule = center, ^(.*)
# Example: Float specific apps (uncomment to use)
windowrule = float, ^(pavucontrol)$
# Make Wofi windows blurred
windowrulev2 = floatclass:Wofi,blur:15
windowrulev2 = floatclass:Wofi,floating:true
@@ -2248,7 +2224,7 @@ 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)$
#windowrule = move workspace 3, ^(betterbird)$
#+END_SRC
** =.config/hypr/workspace-rules.conf=
@@ -1,19 +1,5 @@
# Keyboard and mouse settings
input {
kb_layout = us
kb_options = ctrl:nocaps
sensitivity = -0.5
accel_pwofile = adaptive
scroll_factor = 0.5
}
# Scrolling modifier settings
input {
scroll_main_mod = alt
scroll_main_mod_invert = no
scroll_per_border = yes
}
# Touchpad settings (applies to all touchpads)
input:touchpad: * {
natural_scroll = yes
@@ -27,7 +13,3 @@ focus {
}
# Miscellaneous settings
misc {
resize_step = 10 10
anim_resize_friction = 0.1
}
@@ -3,5 +3,5 @@ exec-once = hypridleconfig/hypr/exec-once
exec-once = hyprpolkitagent
exec-once = systemd-run --user --scope --unit=elephant elephant
exec-once = waybar
exec-once = swww-daemon & swww img -o eDP-1 ~/Wallpapers/pictures/1.jpg
exec-once = swww-daemon & swww img -o eDP-1 ~/Wallpapers/pictures/01.jpg
exec-once = sh ~/Wallpapers/scripts/wallpaper.sh &
@@ -1,12 +1,12 @@
source = ./theming.css
source = ./animations.conf
source = ./bindings.conf
# source = ./behaviour.conf
source = ./behaviour.conf
source = ./exec-once.conf
source = ./layer-rules.conf
source = ./layout.conf
source = ./monitor-rules.conf
# source = ./window-rules.conf
source = ./window-rules.conf
source = ./workspace-rules.conf
@@ -13,12 +13,6 @@ windowrule = float, blueman
windowrule = move center, blueman
windowrule = size 900 700, blueman
# Center all new windows by default
windowrule = center, ^(.*)
# Example: Float specific apps (uncomment to use)
windowrule = float, ^(pavucontrol)$
# Make Wofi windows blurred
windowrulev2 = floatclass:Wofi,blur:15
windowrulev2 = floatclass:Wofi,floating:true
@@ -27,4 +21,4 @@ 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)$
#windowrule = move workspace 3, ^(betterbird)$