updated monitor layout

This commit is contained in:
Nickiel12 2023-10-28 13:46:56 -07:00
parent fa3cb676c5
commit a8c6ab8e94
4 changed files with 14 additions and 14 deletions

View file

@ -37,7 +37,7 @@
# xrandr for screen information. <connection>: <resolution> <offset>, <next connection> # xrandr for screen information. <connection>: <resolution> <offset>, <next connection>
# Option "nvidiaXineramaInfoOrder" "DFP-0" # Option "nvidiaXineramaInfoOrder" "DFP-0"
screenSection = '' 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; hardware.opengl.enable = true;

View file

@ -150,7 +150,7 @@
"date '+%H:%M %b %d, %Y'") "date '+%H:%M %b %d, %Y'")
(defwindow bar (defwindow bar
:monitor 0 :monitor 1
:exclusive true :exclusive true
:windowtype "dock" :windowtype "dock"
:geometry (geometry :x "0%" :geometry (geometry :x "0%"

View file

@ -8,17 +8,17 @@ in
{ {
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
workspace = if (hostname == "NicksNixDesktop") then [ workspace = if (hostname == "NicksNixDesktop") then [
"1,monitor:DP-2" "1,monitor:DP-4"
"3,monitor:DP-2" "3,monitor:DP-4"
"5,monitor:DP-2" "5,monitor:DP-4"
"7,monitor:DP-2" "7,monitor:DP-4"
"9,monitor:DP-2" "9,monitor:DP-4"
"2,monitor:DP-3" "2,monitor:DP-2"
"4,monitor:DP-3" "4,monitor:DP-2"
"6,monitor:DP-3" "6,monitor:DP-2"
"8,monitor:DP-3" "8,monitor:DP-2"
"10,monitor:DP-3" "10,monitor:DP-2"
] else [ ] else [
]; ];

View file

@ -4,8 +4,8 @@
let let
monitor_config = if (hostname == "NicksNixDesktop") then monitor_config = if (hostname == "NicksNixDesktop") then
'' ''
monitor=DP-2, 2560x1440@144, 1920x0, 1 monitor=DP-4, 2560x1440@144, 1920x0, 1
monitor=DP-3, 1920x1080@60, 0x360,1 monitor=DP-2, 1920x1080@60, 0x360,1
env = LIBVA_DRIVER_NAME,nvidia env = LIBVA_DRIVER_NAME,nvidia
env = XDG_SESSION_TYPE,wayland env = XDG_SESSION_TYPE,wayland