hyprland config update

Former-commit-id: 0d442f1702
This commit is contained in:
Hadi
2025-03-11 09:48:33 +01:00
parent 2ccd7409ca
commit d1fadd9059

View File

@@ -48,16 +48,14 @@ in {
"$mod" = "SUPER"; "$mod" = "SUPER";
"$shiftMod" = "SUPER_SHIFT"; "$shiftMod" = "SUPER_SHIFT";
exec-once = [ exec-once = [ "dbus-update-activation-environment --systemd --all" ];
"${pkgs.bitwarden}/bin/bitwarden"
"dbus-update-activation-environment --systemd --all"
];
monitor = [ monitor = [
"eDP-2,highres,0x0,1" "eDP-2,highres,0x0,1"
"DP-7, disable" "DP-7, disable"
"DP-8, disable" "DP-8, disable"
"DP-9, disable" "DP-9, disable"
"DP-2, 1920x1080@60, auto, 1"
"HDMI-A-1,3440x1440@99.98,auto,1" "HDMI-A-1,3440x1440@99.98,auto,1"
"desc:United Microelectr Corporation UMC SHARP,3840x2160,auto,2" "desc:United Microelectr Corporation UMC SHARP,3840x2160,auto,2"
",prefered,auto,1" ",prefered,auto,1"
@@ -138,14 +136,7 @@ in {
windowrulev2 = windowrulev2 =
[ "float, tag:modal" "pin, tag:modal" "center, tag:modal" ]; [ "float, tag:modal" "pin, tag:modal" "center, tag:modal" ];
windowrule = [ windowrule = [ "fullscreen, io.github.alainm23.planify" ];
"workspace 6, discord"
"workspace 7, spotify"
"workspace 8, io.github.alainm23.planify"
"fullscreen, io.github.alainm23.planify"
"workspace 9, Proton Mail"
"fullscreen, Proton Mail"
];
layerrule = [ "noanim, launcher" "noanim, ^ags-.*" ]; layerrule = [ "noanim, launcher" "noanim, ^ags-.*" ];
@@ -167,6 +158,4 @@ in {
}; };
}; };
systemd.user.targets.hyprland-session.Unit.Wants =
[ "xdg-desktop-autostart.target" ];
} }