fix(hypr): make hl more nix & auto-start waybar
This commit is contained in:
parent
77fe8db49b
commit
6b766720b6
1 changed files with 5 additions and 2 deletions
|
|
@ -9,8 +9,10 @@
|
|||
|
||||
xwayland.enable = true;
|
||||
settings = {
|
||||
monitor = "eDP-1, 2880x1920@120, 0x0, 1.5
|
||||
monitor = DP-4, 1920x1080@60, 0x0, 1, mirror, eDP-1";
|
||||
monitor = [
|
||||
"eDP-1, 2880x1920@120, 0x0, 1.5"
|
||||
"P-4, 1920x1080@60, 0x0, 1, mirror, eDP-1"
|
||||
];
|
||||
|
||||
input = {
|
||||
kb_layout = "de";
|
||||
|
|
@ -209,6 +211,7 @@
|
|||
in
|
||||
[
|
||||
"${nm-applet} &"
|
||||
"waybar"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue