Regenerated

This commit is contained in:
2026-04-02 08:59:49 +02:00
parent b4d0aa97ef
commit dd1ffca831
3 changed files with 341 additions and 332 deletions
+311 -308
View File
File diff suppressed because it is too large Load Diff
+15 -12
View File
@@ -2194,27 +2194,30 @@ These are config files for .config/hypr
# Network Manager editor
windowrule {
match:class nm-connection-editor
float
move cursor
size 900 700
name = Network-Manager-editor
match:class = nm-connection-editor
float on
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
size 900 700
}
# PulseAudio Volume Control
windowrule {
match:class org.pulseaudio.pavucontrol
float
move cursor
size 900 700
name = pavucontrol
match:class = org.pulseaudio.pavucontrol
float on
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
size 900 700
}
# Blueman Manager
windowrule {
match:class .blueman-manager-wrapped
float
move cursor
size 900 700
name = blueman
match:class = .blueman-manager-wrapped
float on
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
size 900 700
}
#+END_SRC
@@ -1,24 +1,27 @@
# Network Manager editor
windowrule {
match:class nm-connection-editor
float
move cursor
size 900 700
name = Network-Manager-editor
match:class = nm-connection-editor
float on
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
size 900 700
}
# PulseAudio Volume Control
windowrule {
match:class org.pulseaudio.pavucontrol
float
move cursor
size 900 700
name = pavucontrol
match:class = org.pulseaudio.pavucontrol
float on
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
size 900 700
}
# Blueman Manager
windowrule {
match:class .blueman-manager-wrapped
float
move cursor
size 900 700
name = blueman
match:class = .blueman-manager-wrapped
float on
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
size 900 700
}