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 ./browsers.nix
./productivity.nix ./productivity.nix
./media.nix ./media.nix
./hyprland/hyprland.nix #./hyprland/hyprland.nix
]; ];
} }

View File

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

View File

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