Skip to content
New issue

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

Resize and move floating window is wrong with multiple monitors #4835

Closed
Ergus opened this issue Feb 5, 2022 · 3 comments
Closed

Resize and move floating window is wrong with multiple monitors #4835

Ergus opened this issue Feb 5, 2022 · 3 comments
Labels
bug missing-log Read the CONTRIBUTING.md file for instructions missing-version

Comments

@Ergus
Copy link

Ergus commented Feb 5, 2022

I'm submitting a…

[x] Bug
[ ] Feature Request
[ ] Documentation Request
[ ] Other (Please describe in detail)

Current Behavior

I have this lines in the config:

for_window [instance="__scratchpad"] move scratchpad
bindsym F12 [instance="__scratchpad"] scratchpad show, resize set 100 ppt 80 ppt, move position 0 px 0 px

exec $term -name "__scratchpad" -e tmux

Expected Behavior

I expect that when presing F12 the terminal appears in the top of the current screen like yakuake or tilda. But the terminal from the scratchpad appears always in other monitor (the one on the left) and with wrong size (among multiple screens and out of boundaries).

Reproduction Instructions

Just add these lines and use multiple monitors, (with single monitor it behaves as expected)

Environment

Output of i3 --moreversion 2>&-:

i3 version:  Binary i3 version:  4.20.1 (2021-11-03) © 2009 Michael Stapelberg and contributors
Running i3 version: 4.20.1 (2021-11-03) (pid 39653)
Loaded i3 config:
  /home/ergus/.config/i3/config (main) (last modified: Fri 04 Feb 2022 06:59:27 PM CET, 33463 seconds ago)

The i3 binary you just called: /usr/bin/i3
The i3 binary you are running: i3
Config file

Logfile URL:
- Linux Distribution & Version: Arch Linux
- Are you using a compositor (e.g., xcompmgr or compton): NO
@i3bot i3bot added the bug label Feb 5, 2022
@i3bot
Copy link

i3bot commented Feb 5, 2022

I don’t see a link to logs.i3wm.org. Did you follow https://i3wm.org/docs/debugging.html? (In case you actually provided a link to a logfile, please ignore me.)

@i3bot i3bot added the missing-log Read the CONTRIBUTING.md file for instructions label Feb 5, 2022
@i3bot
Copy link

i3bot commented Feb 5, 2022

I don’t see a version number. Could you please copy & paste the output of i3 --version into this issue?

@orestisfl
Copy link
Member

Move position is not relative, but global, it considers the whole screen.

Closing as duplicate of #3902

@orestisfl orestisfl closed this as not planned Won't fix, can't repro, duplicate, stale Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug missing-log Read the CONTRIBUTING.md file for instructions missing-version
Projects
None yet
Development

No branches or pull requests

3 participants