attempt to improve system startup times

This commit is contained in:
2025-05-05 16:21:01 +03:00
parent 4d7a397e3d
commit 259d0431f9
10 changed files with 68 additions and 45 deletions

View File

@@ -88,6 +88,7 @@ layerrule = dimaround, wofi
layerrule = order -999, wl_shimeji
layerrule = order -10, wofi
layerrule = order -20, waybar
layerrule = order -25, gtk-layer-shell
# Window Rules
@@ -103,7 +104,7 @@ windowrulev2 = float,class:^(nm-connection-editor)$
windowrulev2 = size 900 500,class:^(nm-connection-editor)$
windowrulev2 = center,class:^(nm-connection-editor)$
windowrule = fullscreenstate 1 1, class:steam_proton,title:^(Roblox Studio)$
windowrule = maximize, class:steam_proton,title:^(Roblox Studio)$
# windowrulev2 = immediate, class:^(sober)$
# windowrulev2 = fullscreen,title:^(Sober)$

View File

@@ -143,7 +143,7 @@ input-field {
font_color = rgba(200, 200, 200, 1)
fade_on_empty = false
font_family = Symbols Nerd Font, Geist Mono
placeholder_text = <span foreground="##cdd6f4"> $USER</span>
placeholder_text = <span foreground="##cdd6f4"></span>
hide_input = false
fail_text = <span foreground="##00ff00"> Hint: Favourite Regretevator character </span>
position = 0, -470

4
config/hypr/xdph.conf Normal file
View File

@@ -0,0 +1,4 @@
screencopy {
max_fps = 60
allow_token_by_default = true
}