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