Regenerated
This commit is contained in:
+398
-393
File diff suppressed because it is too large
Load Diff
+10
-5
@@ -3104,16 +3104,21 @@ windowrule {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Wofi window rules
|
# Wofi window rules
|
||||||
# (match: fields do not support $variables, hardcoded intentionally)
|
|
||||||
windowrule {
|
windowrule {
|
||||||
name = wofi
|
name = wofi
|
||||||
match:class = ^(wofi)$
|
match:class = ^(wofi)$
|
||||||
border_color = rgb(89b4fa) rgb(a6e3a1) 45deg
|
border_color = rgb(89b4fa) rgb(a6e3a1) 45deg
|
||||||
rounding = 14
|
rounding = 14
|
||||||
}
|
}
|
||||||
windowrulev2 = float, class:^(update-term)$
|
|
||||||
windowrulev2 = size 900 600, class:^(update-term)$
|
# Update terminal window rules
|
||||||
windowrulev2 = center, class:^(update-term)$
|
windowrule {
|
||||||
|
name = update-term
|
||||||
|
match:class = ^(update-term)$
|
||||||
|
float = true
|
||||||
|
size = 900 600
|
||||||
|
center = true
|
||||||
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/hypr/workspace-rules.conf=
|
** =generated/.config/hypr/workspace-rules.conf=
|
||||||
@@ -3128,7 +3133,7 @@ workspace = 6, monitor:DP-1 #, layout:dwindle
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/quickshell/media/shell.qml=
|
** =generated/.config/quickshell/media/shell.qml=
|
||||||
offers a adio widget
|
offers a audio widget
|
||||||
#+BEGIN_SRC qml :tangle generated/.config/quickshell/media/shell.qml :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC qml :tangle generated/.config/quickshell/media/shell.qml :noweb yes :mkdirp yes :eval never
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import Quickshell.Io
|
import Quickshell.Io
|
||||||
|
|||||||
@@ -66,13 +66,18 @@ windowrule {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Wofi window rules
|
# Wofi window rules
|
||||||
# (match: fields do not support $variables, hardcoded intentionally)
|
|
||||||
windowrule {
|
windowrule {
|
||||||
name = wofi
|
name = wofi
|
||||||
match:class = ^(wofi)$
|
match:class = ^(wofi)$
|
||||||
border_color = rgb(89b4fa) rgb(a6e3a1) 45deg
|
border_color = rgb(89b4fa) rgb(a6e3a1) 45deg
|
||||||
rounding = 14
|
rounding = 14
|
||||||
}
|
}
|
||||||
windowrulev2 = float, class:^(update-term)$
|
|
||||||
windowrulev2 = size 900 600, class:^(update-term)$
|
# Update terminal window rules
|
||||||
windowrulev2 = center, class:^(update-term)$
|
windowrule {
|
||||||
|
name = update-term
|
||||||
|
match:class = ^(update-term)$
|
||||||
|
float = true
|
||||||
|
size = 900 600
|
||||||
|
center = true
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user