We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a 3-screen layout that looks like this:
+-------------------+ | | | |+-------------------------------------+ | || | | || | | || | | Rotated || Primary | | || | | || |+-----------------------+ | || || | | || || | | || || Laptop | | |+-------------------------------------+| | | | | | | | | | | | +-----------------------+ +-------------------+
When opening WezTerm on the primary screen, the window is anchored to the top of the rotated screen instead of the primary screen.
Running the command in a terminal outputs errors originating on a line where y_begin is used.
y_begin
$ tdrop -matA -w -4 -x 2 -h 70% --class wezterm_dropdown wezterm-gui start --class wezterm_dropdown --debug /usr/bin/tdrop: line 437: ((: 350 (normal (normal (normal: syntax error in expression (error token is "(normal (normal (normal")
Here's the output of xrandr --current
xrandr --current
$ xrandr --current Screen 0: minimum 320 x 200, current 7920 x 3840, maximum 16384 x 16384 eDP-1 connected 1920x1080+6000+1760 (normal left inverted right x axis y axis) 309mm x 174mm 1920x1080 60.05 + 60.01* 59.97 59.96 59.93 48.04 1680x1050 59.95 59.88 1400x1050 59.98 1600x900 59.99 59.94 59.95 59.82 1280x1024 60.02 1400x900 59.96 59.88 1280x960 60.00 1440x810 60.00 59.97 1368x768 59.88 59.85 1280x800 59.99 59.97 59.81 59.91 1280x720 60.00 59.99 59.86 59.74 1024x768 60.04 60.00 960x720 60.00 928x696 60.05 896x672 60.01 1024x576 59.95 59.96 59.90 59.82 960x600 59.93 60.00 960x540 59.96 59.99 59.63 59.82 800x600 60.00 60.32 56.25 840x525 60.01 59.88 864x486 59.92 59.57 700x525 59.98 800x450 59.95 59.82 640x512 60.02 700x450 59.96 59.88 640x480 60.00 59.94 720x405 59.51 58.99 684x384 59.88 59.85 640x400 59.88 59.98 640x360 59.86 59.83 59.84 59.32 512x384 60.00 512x288 60.00 59.92 480x270 59.63 59.82 400x300 60.32 56.34 432x243 59.92 59.57 320x240 60.05 360x202 59.51 59.13 320x180 59.84 59.32 HDMI-1 disconnected (normal left inverted right x axis y axis) DP-1 connected primary 3840x2160+2160+350 (normal left inverted right x axis y axis) 600mm x 340mm 3840x2160 30.00* 2560x1440 59.95 1920x1080 60.00 59.94 1600x900 60.00 1280x1024 60.02 1280x800 59.81 1152x864 59.97 1280x720 60.00 59.94 1024x768 60.00 800x600 60.32 720x480 60.00 59.94 640x480 60.00 59.94 DP-2 disconnected (normal left inverted right x axis y axis) DP-1-1 disconnected (normal left inverted right x axis y axis) DP-1-2 disconnected (normal left inverted right x axis y axis) DP-1-3 disconnected (normal left inverted right x axis y axis) DP-2-1 connected 2160x3840+0+0 left (normal left inverted right x axis y axis) 596mm x 335mm 3840x2160 60.00*+ 30.00 2560x1440 59.95 1920x1080 60.00 50.00 59.94 1680x1050 59.95 1600x900 60.00 1280x1024 75.02 60.02 1280x800 59.81 1152x864 75.00 1280x720 60.00 50.00 59.94 1024x768 75.03 60.00 832x624 74.55 800x600 75.00 60.32 720x576 50.00 720x480 60.00 59.94 640x480 75.00 60.00 59.94 720x400 70.08 DP-2-2 disconnected (normal left inverted right x axis y axis) DP-2-3 disconnected (normal left inverted right x axis y axis)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a 3-screen layout that looks like this:
When opening WezTerm on the primary screen, the window is anchored to the top of the rotated screen instead of the primary screen.
Running the command in a terminal outputs errors originating on a line where
y_begin
is used.Here's the output of
xrandr --current
The text was updated successfully, but these errors were encountered: