Regenerated
This commit is contained in:
+392
-389
File diff suppressed because it is too large
Load Diff
+4
-1
@@ -2857,7 +2857,7 @@ bind = , workspace, exec, ~/.config/scripts/set-workspace-wallpaper.sh
|
|||||||
#########################
|
#########################
|
||||||
# System stuff
|
# System stuff
|
||||||
#########################
|
#########################
|
||||||
bind = $mainMod, U, exec, kitty -e bash -lc "$HOME/.config/scripts/update.sh"
|
bind = $mainMod, U, exec, kitty --class update-term -e bash -lc "~/.config/scripts/update.sh; exec bash"
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/hypr/exec-once.conf=
|
** =generated/.config/hypr/exec-once.conf=
|
||||||
@@ -3111,6 +3111,9 @@ windowrule {
|
|||||||
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)$
|
||||||
|
windowrulev2 = center, class:^(update-term)$
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/hypr/workspace-rules.conf=
|
** =generated/.config/hypr/workspace-rules.conf=
|
||||||
|
|||||||
@@ -165,4 +165,4 @@ bind = , workspace, exec, ~/.config/scripts/set-workspace-wallpaper.sh
|
|||||||
#########################
|
#########################
|
||||||
# System stuff
|
# System stuff
|
||||||
#########################
|
#########################
|
||||||
bind = $mainMod, U, exec, kitty -e bash -lc "$HOME/.config/scripts/update.sh"
|
bind = $mainMod, U, exec, kitty --class update-term -e bash -lc "~/.config/scripts/update.sh; exec bash"
|
||||||
|
|||||||
@@ -73,3 +73,6 @@ windowrule {
|
|||||||
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)$
|
||||||
|
windowrulev2 = center, class:^(update-term)$
|
||||||
|
|||||||
Reference in New Issue
Block a user