mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -05:00
Add dual-off profile
This commit is contained in:
parent
2c0b6f0451
commit
426f13f7ba
1 changed files with 8 additions and 3 deletions
|
@ -1,8 +1,13 @@
|
||||||
profile dual {
|
profile dual {
|
||||||
output DP-1 position 0,0
|
output DP-1 enable
|
||||||
output DP-2 position 1920,0
|
output DP-2 enable position 1920,0
|
||||||
|
}
|
||||||
|
|
||||||
|
profile dual-off {
|
||||||
|
output DP-1 disable
|
||||||
|
output DP-2 disable
|
||||||
}
|
}
|
||||||
|
|
||||||
profile laptop {
|
profile laptop {
|
||||||
output eDP-1 mode 3840x2160@60Hz position 0,0 scale 2
|
output eDP-1 enable mode 3840x2160@60Hz scale 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue