mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
updated monitor layout
This commit is contained in:
parent
fa3cb676c5
commit
a8c6ab8e94
4 changed files with 14 additions and 14 deletions
|
@ -37,7 +37,7 @@
|
|||
# xrandr for screen information. <connection>: <resolution> <offset>, <next connection>
|
||||
# Option "nvidiaXineramaInfoOrder" "DFP-0"
|
||||
screenSection = ''
|
||||
Option "metamodes" "DP-2: 2560x1440 +1920+0, DP-4: 1920x1080 +0+360"
|
||||
Option "metamodes" "DP-4: 2560x1440 +1920+0, DP-2: 1920x1080 +0+360"
|
||||
'';
|
||||
};
|
||||
hardware.opengl.enable = true;
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
"date '+%H:%M %b %d, %Y'")
|
||||
|
||||
(defwindow bar
|
||||
:monitor 0
|
||||
:monitor 1
|
||||
:exclusive true
|
||||
:windowtype "dock"
|
||||
:geometry (geometry :x "0%"
|
||||
|
|
|
@ -8,17 +8,17 @@ in
|
|||
{
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
workspace = if (hostname == "NicksNixDesktop") then [
|
||||
"1,monitor:DP-2"
|
||||
"3,monitor:DP-2"
|
||||
"5,monitor:DP-2"
|
||||
"7,monitor:DP-2"
|
||||
"9,monitor:DP-2"
|
||||
"1,monitor:DP-4"
|
||||
"3,monitor:DP-4"
|
||||
"5,monitor:DP-4"
|
||||
"7,monitor:DP-4"
|
||||
"9,monitor:DP-4"
|
||||
|
||||
"2,monitor:DP-3"
|
||||
"4,monitor:DP-3"
|
||||
"6,monitor:DP-3"
|
||||
"8,monitor:DP-3"
|
||||
"10,monitor:DP-3"
|
||||
"2,monitor:DP-2"
|
||||
"4,monitor:DP-2"
|
||||
"6,monitor:DP-2"
|
||||
"8,monitor:DP-2"
|
||||
"10,monitor:DP-2"
|
||||
] else [
|
||||
|
||||
];
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
let
|
||||
monitor_config = if (hostname == "NicksNixDesktop") then
|
||||
''
|
||||
monitor=DP-2, 2560x1440@144, 1920x0, 1
|
||||
monitor=DP-3, 1920x1080@60, 0x360,1
|
||||
monitor=DP-4, 2560x1440@144, 1920x0, 1
|
||||
monitor=DP-2, 1920x1080@60, 0x360,1
|
||||
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
|
|
Loading…
Reference in a new issue