diff --git a/kanshi/config b/kanshi/config index 47ee638..edb0518 100644 --- a/kanshi/config +++ b/kanshi/config @@ -1,5 +1,5 @@ profile single { - output eDP-2 { + output eDP-1 { mode 1920x1080 position 0,0 adaptive_sync on @@ -7,7 +7,7 @@ profile single { } profile multi { - output eDP-2 { + output eDP-1 { mode 1920x1080 position 0,0 adaptive_sync on diff --git a/river/init.lua b/river/init.lua index 22aa4c8..efc036f 100755 --- a/river/init.lua +++ b/river/init.lua @@ -21,7 +21,7 @@ local wallpapers = { } local monitors = { - main = 'eDP-2', + main = 'eDP-1', external = 'HDMI-A-1' } diff --git a/waybar/config.jsonc b/waybar/config.jsonc index e917ff3..22ca4d0 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -48,7 +48,7 @@ }, { - "output": "eDP-2", + "output": "eDP-1", "layer": "top", "position": "top", "height": 32,