mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Decentralize monitor config
This commit is contained in:
parent
2b7605be4d
commit
4c0ce1f479
3 changed files with 13 additions and 10 deletions
|
|
@ -39,16 +39,6 @@
|
||||||
"cliphist wipe && wl-paste --watch cliphist store"
|
"cliphist wipe && wl-paste --watch cliphist store"
|
||||||
];
|
];
|
||||||
|
|
||||||
monitor = [
|
|
||||||
"Unknown-1,disable"
|
|
||||||
# North
|
|
||||||
"DP-1,2560x1440@144,0x0,1"
|
|
||||||
"HDMI-A-1,2560x1440@60,-1440x-617,1,transform,1"
|
|
||||||
# Inspiron
|
|
||||||
"eDP-1,1920x1080@60,0x0,1"
|
|
||||||
",preferred,auto,1,mirror,eDP-1"
|
|
||||||
];
|
|
||||||
|
|
||||||
workspace = [ "m[HDMI-A-1],layoutopt:orientation:top" ];
|
workspace = [ "m[HDMI-A-1],layoutopt:orientation:top" ];
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,12 @@
|
||||||
home-manager.users.seb = {
|
home-manager.users.seb = {
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
myConfig.theme = "light";
|
myConfig.theme = "light";
|
||||||
|
|
||||||
home.packages = [ wrappers.hyprlock ];
|
home.packages = [ wrappers.hyprlock ];
|
||||||
|
|
||||||
|
wayland.windowManager.hyprland.settings.monitor = [
|
||||||
|
"eDP-1,1920x1080@60,0x0,1"
|
||||||
|
",preferred,auto,1,mirror,eDP-1"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,18 @@
|
||||||
home-manager.users.seb = {
|
home-manager.users.seb = {
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
myConfig.theme = "dark";
|
myConfig.theme = "dark";
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.ffmpeg
|
pkgs.ffmpeg
|
||||||
pkgs.obs-studio
|
pkgs.obs-studio
|
||||||
pkgs.davinci-resolve
|
pkgs.davinci-resolve
|
||||||
pkgs.gimp
|
pkgs.gimp
|
||||||
];
|
];
|
||||||
|
|
||||||
|
wayland.windowManager.hyprland.settings.monitor = [
|
||||||
|
"Unknown-1,disable"
|
||||||
|
"DP-1,2560x1440@144,0x0,1"
|
||||||
|
"HDMI-A-1,2560x1440@60,-1440x-617,1,transform,1"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue