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
There are some commands which have a literal screen prefix to denote which screen/monitor the command applies to, such as:
EWMHBaseStruts screen HDMI-1 0 0 0 0
But there are many others which do not, such as:
GotoDesk HDMI-1 0 0
This inconsistency makes command parsing a nightmare, since the overall length is variable; the presence of a literal screen keyword to denote the presence of a given screen would help solve this.
Commands which need changing:
GotoPage
GotoDesk
GotoDeskAndPage
Scroll
Don't forget to update hard-coded instances of these in modules:
FvwmButtons
FvwmPager
The text was updated successfully, but these errors were encountered:
The GotoDesk, GotoPage, and GotoDeskAndPage commands have never followed
other conventions for commands which accept screen-specific
instructioons, by using the literal keyword "screen" to denote the
specific screen.
For example:
EWMHBaseStruts screen HDMI-1 0 0 20 20
Change these commands so that this is the case. This also includes
hard-coded references to commands used by modules, such as FvwmPager.
This is a breaking syntax change.
Fixes#965
There are some commands which have a literal
screen
prefix to denote which screen/monitor the command applies to, such as:But there are many others which do not, such as:
This inconsistency makes command parsing a nightmare, since the overall length is variable; the presence of a literal
screen
keyword to denote the presence of a given screen would help solve this.Commands which need changing:
GotoPage
GotoDesk
GotoDeskAndPage
Scroll
Don't forget to update hard-coded instances of these in modules:
FvwmButtons
FvwmPager
The text was updated successfully, but these errors were encountered: