Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
b2a9c6ac1c my display renamed itself...? 2025-08-25 19:36:14 +03:00
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -21,7 +21,7 @@ local wallpapers = {
} }
local monitors = { local monitors = {
main = 'eDP-2', main = 'eDP-1',
external = 'HDMI-A-1' external = 'HDMI-A-1'
} }

View file

@ -48,7 +48,7 @@
}, },
{ {
"output": "eDP-2", "output": "eDP-1",
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"height": 32, "height": 32,