You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set $main eDP-1
set $external HDMI-A-1
output * bg $HOME/Pictures/wallpapers/wallpaper.jpg fill
# You can get the names of your outputs by running: swaymsg -t get_outputs
output $main {
scale 1.5 mode 2160x1440 position 0,0
max_render_time off
allow_tearing no
adaptive_sync on
}
output $external {
scale 1.5 mode 3840x2160 position 1440,0
max_render_time off
allow_tearing no
adaptive_sync on
}
bindswitch --reload --locked lid:on output $main disable
bindswitch --reload --locked lid:off output $main enable
Description:
When using Sway in clamshell mode (laptop lid closed), mouse cursor can move across the entire external monitor, but clicks only register on the left half of the screen when playing game on steam (e.g. Balatro). Opening the laptop lid immediately resolves this issue, and I can play the game normally, suggesting a coordinate mapping problem when the laptop display is disabled.
Then close the laptop lid again, the game window will not be fullscreen anymore, it will be tiled on the side if the workspace it is at have other programs opened. And then, open the laptop lid again, I am able to move game window to an empty workspace and continue playing the game normally.
The text was updated successfully, but these errors were encountered:
Sway Version:
1.10.1
Debug Log:
sway.log
Configuration File:
Description:
When using Sway in clamshell mode (laptop lid closed), mouse cursor can move across the entire external monitor, but clicks only register on the left half of the screen when playing game on steam (e.g. Balatro). Opening the laptop lid immediately resolves this issue, and I can play the game normally, suggesting a coordinate mapping problem when the laptop display is disabled.
Then close the laptop lid again, the game window will not be fullscreen anymore, it will be tiled on the side if the workspace it is at have other programs opened. And then, open the laptop lid again, I am able to move game window to an empty workspace and continue playing the game normally.
The text was updated successfully, but these errors were encountered: