Regenerated
This commit is contained in:
+311
-308
File diff suppressed because it is too large
Load Diff
+15
-12
@@ -2194,27 +2194,30 @@ These are config files for .config/hypr
|
|||||||
|
|
||||||
# Network Manager editor
|
# Network Manager editor
|
||||||
windowrule {
|
windowrule {
|
||||||
match:class nm-connection-editor
|
name = Network-Manager-editor
|
||||||
float
|
match:class = nm-connection-editor
|
||||||
move cursor
|
float on
|
||||||
size 900 700
|
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
||||||
|
size 900 700
|
||||||
}
|
}
|
||||||
|
|
||||||
# PulseAudio Volume Control
|
# PulseAudio Volume Control
|
||||||
windowrule {
|
windowrule {
|
||||||
match:class org.pulseaudio.pavucontrol
|
name = pavucontrol
|
||||||
float
|
match:class = org.pulseaudio.pavucontrol
|
||||||
move cursor
|
float on
|
||||||
size 900 700
|
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
||||||
|
size 900 700
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Blueman Manager
|
# Blueman Manager
|
||||||
windowrule {
|
windowrule {
|
||||||
match:class .blueman-manager-wrapped
|
name = blueman
|
||||||
float
|
match:class = .blueman-manager-wrapped
|
||||||
move cursor
|
float on
|
||||||
size 900 700
|
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
||||||
|
size 900 700
|
||||||
}
|
}
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
@@ -1,24 +1,27 @@
|
|||||||
# Network Manager editor
|
# Network Manager editor
|
||||||
windowrule {
|
windowrule {
|
||||||
match:class nm-connection-editor
|
name = Network-Manager-editor
|
||||||
float
|
match:class = nm-connection-editor
|
||||||
move cursor
|
float on
|
||||||
size 900 700
|
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
||||||
|
size 900 700
|
||||||
}
|
}
|
||||||
|
|
||||||
# PulseAudio Volume Control
|
# PulseAudio Volume Control
|
||||||
windowrule {
|
windowrule {
|
||||||
match:class org.pulseaudio.pavucontrol
|
name = pavucontrol
|
||||||
float
|
match:class = org.pulseaudio.pavucontrol
|
||||||
move cursor
|
float on
|
||||||
size 900 700
|
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
||||||
|
size 900 700
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Blueman Manager
|
# Blueman Manager
|
||||||
windowrule {
|
windowrule {
|
||||||
match:class .blueman-manager-wrapped
|
name = blueman
|
||||||
float
|
match:class = .blueman-manager-wrapped
|
||||||
move cursor
|
float on
|
||||||
size 900 700
|
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
||||||
|
size 900 700
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user