Skip to content

Commit e4c5363

Browse files
committed
fix: set HDMI-A-1 (Dell) as primary monitor in work setup
1 parent e3ae6fc commit e4c5363

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/hypr/hyprland.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ monitor= HDMI-A-1, 1920x1080@60, 1920x0, 1
2222
monitor= DP-3, 1920x1080@144, 1920x0, 1
2323
monitor= DP-2, 1920x1080@120, 0x0, 1, transform, 1
2424

25-
$mainMonitor = eDP-1
26-
$secondaryMonitor = HDMI-A-1
25+
$mainMonitor = HDMI-A-1
26+
$secondaryMonitor = eDP-1
2727

2828
workspace= 1, monitor:$mainMonitor, default:true
2929
workspace= 2, monitor:$mainMonitor, default:true

0 commit comments

Comments
 (0)