Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| b2a9c6ac1c |
3 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
profile single {
|
profile single {
|
||||||
output eDP-2 {
|
output eDP-1 {
|
||||||
mode 1920x1080
|
mode 1920x1080
|
||||||
position 0,0
|
position 0,0
|
||||||
adaptive_sync on
|
adaptive_sync on
|
||||||
|
|
@ -7,7 +7,7 @@ profile single {
|
||||||
}
|
}
|
||||||
|
|
||||||
profile multi {
|
profile multi {
|
||||||
output eDP-2 {
|
output eDP-1 {
|
||||||
mode 1920x1080
|
mode 1920x1080
|
||||||
position 0,0
|
position 0,0
|
||||||
adaptive_sync on
|
adaptive_sync on
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ local wallpapers = {
|
||||||
}
|
}
|
||||||
|
|
||||||
local monitors = {
|
local monitors = {
|
||||||
main = 'eDP-2',
|
main = 'eDP-1',
|
||||||
external = 'HDMI-A-1'
|
external = 'HDMI-A-1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"output": "eDP-2",
|
"output": "eDP-1",
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 32,
|
"height": 32,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue