Regenerated
This commit is contained in:
+306
-297
File diff suppressed because it is too large
Load Diff
+10
-1
@@ -2192,8 +2192,15 @@ decoration {
|
|||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/window-rules.conf :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/window-rules.conf :noweb yes :mkdirp yes :eval never
|
||||||
|
|
||||||
# Floating apps near cursor with specific size
|
# Custom window with border
|
||||||
|
windowrule {
|
||||||
|
exe = my-window
|
||||||
|
border_size = 10
|
||||||
|
float = true
|
||||||
|
move = cursor
|
||||||
|
}
|
||||||
|
|
||||||
|
# Network Manager editor floating near cursor
|
||||||
windowrule {
|
windowrule {
|
||||||
exe = nm-connection-editor
|
exe = nm-connection-editor
|
||||||
float = true
|
float = true
|
||||||
@@ -2201,6 +2208,7 @@ windowrule {
|
|||||||
size = 900 700
|
size = 900 700
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# PulseAudio Volume Control floating near cursor
|
||||||
windowrule {
|
windowrule {
|
||||||
exe = pavucontrol
|
exe = pavucontrol
|
||||||
float = true
|
float = true
|
||||||
@@ -2208,6 +2216,7 @@ windowrule {
|
|||||||
size = 900 700
|
size = 900 700
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Blueman Manager floating near cursor
|
||||||
windowrule {
|
windowrule {
|
||||||
exe = blueman-manager
|
exe = blueman-manager
|
||||||
float = true
|
float = true
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# Floating apps near cursor with specific size
|
# Custom window with border
|
||||||
|
windowrule {
|
||||||
|
exe = my-window
|
||||||
|
border_size = 10
|
||||||
|
float = true
|
||||||
|
move = cursor
|
||||||
|
}
|
||||||
|
|
||||||
|
# Network Manager editor floating near cursor
|
||||||
windowrule {
|
windowrule {
|
||||||
exe = nm-connection-editor
|
exe = nm-connection-editor
|
||||||
float = true
|
float = true
|
||||||
@@ -7,6 +14,7 @@ windowrule {
|
|||||||
size = 900 700
|
size = 900 700
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# PulseAudio Volume Control floating near cursor
|
||||||
windowrule {
|
windowrule {
|
||||||
exe = pavucontrol
|
exe = pavucontrol
|
||||||
float = true
|
float = true
|
||||||
@@ -14,6 +22,7 @@ windowrule {
|
|||||||
size = 900 700
|
size = 900 700
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Blueman Manager floating near cursor
|
||||||
windowrule {
|
windowrule {
|
||||||
exe = blueman-manager
|
exe = blueman-manager
|
||||||
float = true
|
float = true
|
||||||
|
|||||||
Reference in New Issue
Block a user