hyprland: cleanup

This commit is contained in:
Christoph Hollizeck 2024-11-02 08:54:17 +01:00
parent 719047b5ca
commit d912e3de8c
3 changed files with 24 additions and 20 deletions

View file

@ -57,22 +57,23 @@ in
};
exec-once = [
"hyprctl dispatch moveworkspacetomonitor 4 HDMI-A-1"
"xrandr --output DP-2 --primary"
"[workspace 1 silent] obsidian --disabled-gpu"
"[workspace 4 silent] git-butler"
"[workspace 9 silent] git-butler"
];
workspace = [
"1, monitor:DP-2"
"2, monitor:HDMI-A-1"
"2, monitor:DP-2"
"3, monitor:DP-2"
"4, monitor:HDMI-A-1"
"4, monitor:DP-2"
"8, monitor:HDMI-A-1"
"9, monitor:HDMI-A-1"
];
windowrulev2 = [
"workspace 2 silent, class:^(steam)$, title:^(Friends List)"
"workspace 2 silent, class:^(discord)$, title:^(Discord)"
"workspace 8 silent, class:^(steam)$, title:^(Friends List)"
"workspace 8 silent, class:^(discord)$, title:^(Discord)"
];
};
};
@ -82,10 +83,6 @@ in
};
system = {
# autoUpgrade = {
# enable = true;
# time = "10:00";
# };
hardware = {
bluetooth = enabled;
gpu.nvidia = enabled;