mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Set monitor orientation on a per host basis
This commit is contained in:
parent
265ea35fb2
commit
bb47ab177d
2 changed files with 8 additions and 7 deletions
|
|
@ -35,8 +35,6 @@
|
||||||
"cliphist wipe && wl-paste --watch cliphist store"
|
"cliphist wipe && wl-paste --watch cliphist store"
|
||||||
];
|
];
|
||||||
|
|
||||||
workspace = [ "m[HDMI-A-1],layoutopt:orientation:top" ];
|
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "de";
|
kb_layout = "de";
|
||||||
kb_variant = "nodeadkeys";
|
kb_variant = "nodeadkeys";
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,13 @@
|
||||||
pkgs.gimp
|
pkgs.gimp
|
||||||
];
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings.monitor = [
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
monitor = [
|
||||||
"Unknown-1,disable"
|
"Unknown-1,disable"
|
||||||
"DP-1,2560x1440@144,0x0,1"
|
"DP-1,2560x1440@144,0x0,1"
|
||||||
"HDMI-A-1,2560x1440@60,-1440x-617,1,transform,1"
|
"HDMI-A-1,2560x1440@60,-1440x-617,1,transform,1"
|
||||||
];
|
];
|
||||||
|
workspace = [ "m[HDMI-A-1],layoutopt:orientation:top" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue