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
Is there a recommended way to make rules that change based on the environment?
For example, I want to use sfm in the console (without X), with fim image viewer. In the console, having a rule with DontWait is awful since sfm will steal the keyboard input from fim. However in an X session it is not a problem at all.
So somehow I would like to define a rule logic based on the value of DISPLAY environment variable. If it is defined then the rule will have DontWait, otherwise it will have Wait.
The text was updated successfully, but these errors were encountered:
kalocsaibotond
changed the title
Sfm steal keyboard input from framebuffer tools
Sfm steal keyboard input from its subprocesses
Jan 1, 2025
kalocsaibotond
changed the title
Sfm steal keyboard input from its subprocesses
Adaptive rules based on environment
Jan 1, 2025
Is there a recommended way to make rules that change based on the environment?
For example, I want to use sfm in the console (without X), with fim image viewer. In the console, having a rule with DontWait is awful since sfm will steal the keyboard input from fim. However in an X session it is not a problem at all.
So somehow I would like to define a rule logic based on the value of DISPLAY environment variable. If it is defined then the rule will have DontWait, otherwise it will have Wait.
The text was updated successfully, but these errors were encountered: