hyprland: cleanup
This commit is contained in:
parent
83aa7913c3
commit
9dfaa540fe
|
@ -121,19 +121,18 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"waybar"
|
"${pkgs.hyprpanel}/bin/hyprpanel"
|
||||||
"dunst"
|
"systemctl --user start hyprpolkitagent"
|
||||||
"systemctl --user start plasma-polkit-agent"
|
|
||||||
|
|
||||||
"[workspace 3 silent] steam --disable-gpu-compositing" # nvidia pls let me have nice things
|
"[workspace 2 silent] steam --disable-gpu-compositing" # nvidia pls let me have nice things
|
||||||
"[workspace 2 silent] discord --disable-gpu-compositing"
|
"[workspace 8 silent] discord --disable-gpu-compositing"
|
||||||
"[workspace 4 silent] 1password"
|
"[workspace 9 silent] 1password"
|
||||||
"[workspace 1 silent] zen"
|
"[workspace 1 silent] zen"
|
||||||
];
|
];
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
#stean is a bit wierd, since it opens in multiple phases, so just move the last window to the workspace
|
#stean is a bit wierd, since it opens in multiple phases, so just move the last window to the workspace
|
||||||
"workspace 3 silent, class:^(steam)$, title:^(Steam)"
|
"workspace 2 silent, class:^(steam)$, title:^(Steam)"
|
||||||
|
|
||||||
# make xwaylandvideobridge window invisible
|
# make xwaylandvideobridge window invisible
|
||||||
"opacity 0.0 override, class:^(xwaylandvideobridge)$"
|
"opacity 0.0 override, class:^(xwaylandvideobridge)$"
|
||||||
|
|
Loading…
Reference in a new issue