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

FvwmPager: show an icon shadow after move window to another screen #216

Closed
dustincys opened this issue Sep 9, 2020 · 2 comments
Closed

Comments

@dustincys
Copy link

here is my config:

Key Y A 4 SmartMoveScreen

DestroyFunc MoveScreen
AddToFunc MoveScreen
+ I Piperead "if [ \"VGA-1\" = \"$[w.screen]\" ]; then echo \"Pointerwindow MoveToScreen LVDS-1\"; else echo \"Pointerwindow MoveToScreen VGA-1\";fi"
+ I Piperead "echo WarpToWindow 50 50"
+ I Piperead "echo MaxInEBSS"

DestroyFunc SmartMoveScreen
AddToFunc SmartMoveScreen
+ I Pointerwindow (!Shaded,!Iconic,Iconifiable,AcceptsFocus,Closable,Maximizable) KeepRc Piperead "echo MoveScreen"
+ I TestRc (Match) Piperead "echo Break"
+ I TestRc (Error|NoMatch) Next (CurrentPage,!Shaded,!Iconic,Iconifiable,AcceptsFocus,Focused) KeepRc Piperead "echo MoveScreen"
+ I TestRc (!Match) Prev (CurrentPage,!Shaded,!Iconic,Iconifiable,AcceptsFocus,!overlapped) Silent Piperead "echo MoveScreen"

I could move window successfully, but I find that, there remains an icon "shadow" in the pager

@issue-label-bot
Copy link

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

@ThomasAdam
Copy link
Member

No idea what you're talking about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants