hyprland workspaces
This commit is contained in:
parent
c0a973924a
commit
54211f0b72
4 changed files with 13 additions and 17 deletions
|
|
@ -3,5 +3,8 @@
|
|||
}: {
|
||||
home.packages = with pkgs; [wlr-randr nwg-displays];
|
||||
|
||||
wayland.windowManager.hyprland.settings.source = ["~/.config/hypr/monitors.conf"];
|
||||
wayland.windowManager.hyprland.settings.source = [
|
||||
"~/.config/hypr/monitors.conf"
|
||||
"~/.config/hypr/workspaces.conf"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,14 @@
|
|||
};
|
||||
|
||||
config = {
|
||||
programs.alacritty.enable = true;
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
window = {
|
||||
opacity = lib.mkForce 0.8;
|
||||
dynamic_title = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue