fix: more changes or whatever

This commit is contained in:
zack 2024-09-23 22:21:44 -04:00
parent 0c65086288
commit e35543d7ab
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
7 changed files with 410 additions and 5 deletions

View file

@ -171,7 +171,7 @@ in {
force_zero_scaling = true;
};
monitor = ["DP-1,2560x1440@240,0x0,1,bitdepth,10" "HDMI-A-1,disable"];
monitor = ["DP-1,2560x1440@240,0x0,1,bitdepth,10" "HDMI-A-1,disable" "DP-2,disable"];
layerrule = [
"blur, ^(gtk-layer-shell)$"
@ -211,7 +211,7 @@ in {
"workspace 4, title:^(.*(Disc|WebC)ord.*)$"
"workspace 4, class:^(.*Slack.*)$"
"workspace 3, title:^(Spotify Premium)$"
"workspace 2, class:^(firefox)$"
"workspace 2, class:^(zen)$"
"opacity 0.0 override,class:^(xwaylandvideobridge)$"
"noanim,class:^(xwaylandvideobridge)$"
"noinitialfocus,class:^(xwaylandvideobridge)$"

View file

@ -24,7 +24,8 @@ in {
enable = true;
settings = rec {
initial_session = {
command = "sway --unsupported-gpu";
# command = "sway --unsupported-gpu";
command = "Hyprland";
user = "zoey";
};
default_session = initial_session;