Disable hyprland
This commit is contained in:
parent
0fe331bee4
commit
e7e7b21bfe
@ -8,6 +8,6 @@
|
||||
./browsers.nix
|
||||
./productivity.nix
|
||||
./media.nix
|
||||
./hyprland/hyprland.nix
|
||||
#./hyprland/hyprland.nix
|
||||
];
|
||||
}
|
||||
|
||||
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
./graphics.nix
|
||||
./powerManagement.nix
|
||||
./wireless.nix
|
||||
./wayland.nix
|
||||
#./wayland.nix
|
||||
./syncthing.nix
|
||||
./kdePlasma.nix
|
||||
./media.nix
|
||||
|
||||
Loading…
Reference in New Issue
Block a user