Add single-monitor mode for portalo (hyprland)

This commit is contained in:
Tobias Reisinger 2024-01-22 01:10:57 +01:00
parent 2e01fe5514
commit 9d6ccb11f3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 24 additions and 0 deletions

View file

@ -15,3 +15,7 @@ workspace=$ws10, monitor:$mon2
monitor = $mon1,2560x1440@144,1920x0,auto
monitor = $mon2,1920x1080@60,0x0,auto
exec = hyprctl dispatch moveworkspacetomonitor $ws08 $mon2
exec = hyprctl dispatch moveworkspacetomonitor $ws09 $mon2
exec = hyprctl dispatch moveworkspacetomonitor $ws10 $mon2

View file

@ -0,0 +1,20 @@
$mon1 = DP-1
$mon2 = HDMI-A-1
workspace=$ws01, monitor:$mon1, default:true
workspace=$ws02, monitor:$mon1
workspace=$ws03, monitor:$mon1
workspace=$ws04, monitor:$mon1
workspace=$ws05, monitor:$mon1
workspace=$ws06, monitor:$mon1
workspace=$ws07, monitor:$mon1
workspace=$ws08, monitor:$mon1
workspace=$ws09, monitor:$mon1
workspace=$ws10, monitor:$mon1
monitor = $mon1,2560x1440@144,0x0,auto
monitor = $mon2,disable
exec = hyprctl dispatch moveworkspacetomonitor $ws08 $mon1
exec = hyprctl dispatch moveworkspacetomonitor $ws09 $mon1
exec = hyprctl dispatch moveworkspacetomonitor $ws10 $mon1