I am using debian sid and fvwm3 1.0.6a, with only one monitor.
Tested with the default config file, in which DesktopConfiguration
is set to global
.
The behavior of GotoDeskAndPage seems quite odd.
-
It always emits two
new_desk
events with the same id. -
GotoDeskAndPage prev
only works afterGotoDesk
command and can only work once.
Input following sequential commands in FvwmConsole:
a)
GotoDeskAndPage 1 0 0
to switch from desk 0 to desk 1
GotoDeskAndPage prev
will do nothing at all
b)
GotoDesk 0 1
to switch from desk 0 to desk 1
GotoDeskAndPage prev
can switch back to desk 0
GotoDeskAndPage prev
will do nothing at all when invoked again
Can anyone else reproduce these behaviors?