Disable hyprland

This commit is contained in:
uzy lol 2025-01-01 21:42:54 -08:00
parent 0fe331bee4
commit e7e7b21bfe
3 changed files with 7 additions and 7 deletions

View File

@ -8,6 +8,6 @@
./browsers.nix
./productivity.nix
./media.nix
./hyprland/hyprland.nix
#./hyprland/hyprland.nix
];
}

View File

@ -11,8 +11,8 @@
"HDMI-A-1"
];
modules-left = ["hyprland/workspaces" "hyprland/window"];
modules-center = ["tray"];
modules-right = ["pulseaudio" "backlight" "network" "bluetooth" "battery" "clock" "custom/power"];
modules-center = ["bluetooth" "tray"];
modules-right = ["pulseaudio" "backlight" "battery" "clock" "custom/power"];
"hyprland/workspaces" = {
on-scroll-up = "hyprctl dispatch workspace e+1";
@ -21,10 +21,10 @@
"hyprland/window" = {
separate-outputs = true;
format = " 󱂬 { }";
format = " 󱂬 {class}";
icon = true;
rewrite = {
"(.*) Mozilla Firefox" = "";
"kitty" = "";
"(.*) Mozilla Firefox" = "Firefox";
};
};

View File

@ -4,7 +4,7 @@
./graphics.nix
./powerManagement.nix
./wireless.nix
./wayland.nix
#./wayland.nix
./syncthing.nix
./kdePlasma.nix
./media.nix