Add overlap mode for hyprland
This commit is contained in:
parent
4ba6e17105
commit
65a489ee30
2 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
modes="monitor-std
|
modes="monitor-std
|
||||||
monitor-single
|
monitor-single
|
||||||
monitor-single-sec
|
monitor-single-sec
|
||||||
|
monitor-overlap
|
||||||
zellij"
|
zellij"
|
||||||
|
|
||||||
portalo_mode_monitor () {
|
portalo_mode_monitor () {
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
$mon1 = DP-1
|
||||||
|
$mon2 = HDMI-A-1
|
||||||
|
|
||||||
|
monitor = $mon1,1920x1080@60,1920x0,auto
|
||||||
|
monitor = $mon2,1920x1080@60,0x0,auto
|
||||||
|
monitor = $mon2, addreserved, 0, 0, 0, 1100
|
||||||
|
|
||||||
|
source = ~/.config/hypr/lib/7_3_ws_layout.conf
|
Loading…
Add table
Add a link
Reference in a new issue