-
Notifications
You must be signed in to change notification settings - Fork 99
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
Focus on middle paste #649
Comments
Works fine here. Used xterm and guake. |
We have ButtonRaiseMask=1 (the default) I just tested it with xterm and Firefox and it is working fine with those. So this is likely something with LibreOffice here, not IceWM. Sorry. I will close this ticket and open a different one later if I can narrow it down better. |
The question is if icewm or LO is causing the change in focus and raise. |
Wow, I didn't even know about icesh! When I position the cursor on the non-focused libreoffice and middle-click to paste, it produces this: 52:49.277: 0x2e55086: Enter Normal Nonlinear Nofocus |
Changelog: ========= Omit trailing dot in CPU temperature and add centigrade symbol for issue bbidulock/icewm#652. If there is no WM active, then a request to restart will start icewm. Don't create the ~/.icewm directory, unless required to save a file. When showing the desktop, also minimize a focused fullscreen window. Add support for COMPOUND_TEXT title names in WM_NAME strings for issue bbidulock/icewm#26. Limit window dimensions to 32732 pixels in the icesh command. Improve the truncation of titles for TaskBarTaskGrouping in issue bbidulock/icewm#658. Let TaskBarShowAllWindows influence TaskBarTaskGrouping for issue bbidulock/icewm#560. Update the TaskBarTaskGrouping menu, when tasks are added or removed. Restore the 2.5.0 container handling of button presses for issue bbidulock/icewm#649. Make the TaskBarGraphHeight preference themable for issue bbidulock/icewm#659. Clarify which preferences are themable in icewm-preferences(5). Update the translations for Macedonian and Swedish. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog: ========= Omit trailing dot in CPU temperature and add centigrade symbol for issue bbidulock/icewm#652. If there is no WM active, then a request to restart will start icewm. Don't create the ~/.icewm directory, unless required to save a file. When showing the desktop, also minimize a focused fullscreen window. Add support for COMPOUND_TEXT title names in WM_NAME strings for issue bbidulock/icewm#26. Limit window dimensions to 32732 pixels in the icesh command. Improve the truncation of titles for TaskBarTaskGrouping in issue bbidulock/icewm#658. Let TaskBarShowAllWindows influence TaskBarTaskGrouping for issue bbidulock/icewm#560. Update the TaskBarTaskGrouping menu, when tasks are added or removed. Restore the 2.5.0 container handling of button presses for issue bbidulock/icewm#649. Make the TaskBarGraphHeight preference themable for issue bbidulock/icewm#659. Clarify which preferences are themable in icewm-preferences(5). Update the translations for Macedonian and Swedish. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog: ========= Omit trailing dot in CPU temperature and add centigrade symbol for issue bbidulock/icewm#652. If there is no WM active, then a request to restart will start icewm. Don't create the ~/.icewm directory, unless required to save a file. When showing the desktop, also minimize a focused fullscreen window. Add support for COMPOUND_TEXT title names in WM_NAME strings for issue bbidulock/icewm#26. Limit window dimensions to 32732 pixels in the icesh command. Improve the truncation of titles for TaskBarTaskGrouping in issue bbidulock/icewm#658. Let TaskBarShowAllWindows influence TaskBarTaskGrouping for issue bbidulock/icewm#560. Update the TaskBarTaskGrouping menu, when tasks are added or removed. Restore the 2.5.0 container handling of button presses for issue bbidulock/icewm#649. Make the TaskBarGraphHeight preference themable for issue bbidulock/icewm#659. Clarify which preferences are themable in icewm-preferences(5). Update the translations for Macedonian and Swedish. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
In (much) older versions of IceWM, when the user pastes into a window using middle-mouse, it would paste where the pointer is, but without giving that window focus. Now (using 2.5.0 and probably newer), it gives the target window focus, as if the mouse button 1 was pressed.
Old behavior: open LibreOffice document. Copy from Xterm that overlaps LO window. Paste using middle mouse into LO window, xterm continues to have focus. First mouse button clicking in LO gives it focus.
New behavior: open LibreOffice document. Copy from Xterm that overlaps LO window. Paste using middle mouse into LO window, LO gets focus and covers xterm. Must click back into xterm to regain focus.
Using all defaults (ClickToFocus=1) except these:
ColorQuickSwitchActive="rgb:00/00/00"
FocusRequestFlashTime=3 # [0-86400]
MailCheckDelay=60 # [0-86400]
MailCommand="launch none none taylor /aom/runs/clawsrun"
OpaqueMove=0 # 0/1
OpaqueResize=0 # 0/1
PingTimeout=0 # [0-86400]
ShowFocusModeMenu=0 # 0/1
ShowHelp=0 # 0/1
ShowLogoutSubMenu=0 # 0/1
ShowMoveSizeStatus=0 # 0/1
ShowSettingsMenu=0 # 0/1
ShowThemesMenu=0 # 0/1
ShowWorkspaceStatus=0 # 0/1
TaskBarEnableSystemTray=1 # 0/1
TaskBarMailboxStatusBeepOnNewMail=1 # 0/1
TaskBarMailboxStatusCountMessages=1 # 0/1
TaskBarShowCPUStatus=0 # 0/1
TaskBarShowMEMStatus=0 # 0/1
TaskBarShowNetStatus=0 # 0/1
TaskBarShowShowDesktopButton=0 # [0-2]
TaskBarShowTransientWindows=1 # 0/1
TaskBarShowWindowListMenu=0 # 0/1
TaskBarShowWorkspaces=0 # 0/1
Theme="custom/default.theme"
TimeFormat="%m/%d %l:%M%p"
TitleBarMaximizeButton=2 # [0-5]
TitleBarRollupButton=1 # [0-5]
WorkspaceNames=" 1 "
Any idea when or why this changed or how to get the older behavior back? Thanks
The text was updated successfully, but these errors were encountered: