Window List: Difference between revisions

From Fvwm Extensions (configs) Archive
Jump to navigation Jump to search
(Created page with "right|150px|link=Window List|Image '''Window List''' <small>''(modules)''</small> Generates a pop-up menu (and pops it up) in which the title and description of each of the windows currently on the desktop are shown. <pre> ## FILE 1: winLSwitch.sys ## Reset WinListSwitch KillModule FvwmButtons WinListSwitch Module FvwmButtons WinListSwitch DestroyModuleConfig WinListSwitch: * *WinListSwitch: Fore #ffffff *WinListSwitch: Geometry 92x30-0+1...")
 
No edit summary
Line 28: Line 28:
'''HOW TO''':
'''HOW TO''':
Copy the code and paste it into your config. Or create FILE 1 and run the below line:<br>
Copy the code and paste it into your config. Or create FILE 1 and run the below line:<br>
''Read winLSwitch.sys''
''Read $[HOME]/winLSwitch.sys''


[[Category:modules]]
[[Category:modules]]
[[Category:view]]
[[Category:view]]
[[Category:codes]]
[[Category:codes]]

Revision as of 18:11, 11 July 2025

Image

Window List (modules) Generates a pop-up menu (and pops it up) in which the title and description of each of the windows currently on the desktop are shown.

## FILE 1: winLSwitch.sys

## Reset WinListSwitch
KillModule FvwmButtons WinListSwitch

Module FvwmButtons WinListSwitch

DestroyModuleConfig WinListSwitch: *
*WinListSwitch: Fore #ffffff
*WinListSwitch: Geometry 92x30-0+120
*WinListSwitch: PressColorset 4
*WinListSwitch: Frame 0
*WinListSwitch: Rows 1
*WinListSwitch: BoxSize smart
*WinListSwitch: Font "xft:Sans:size=10:antialias=True"
*WinListSwitch: Padding 2 2
  
*WinListSwitch: (1x1, Title CurW, Back #2b4e5e, Fore #ffffff, Action(Mouse 1) WindowList (CurrentPage) Root c c )
*WinListSwitch: (1x1, Title AllW, Back #faa46e, Fore #000000, Action(Mouse 1) WindowList Root c c)

# Style Setting
Style WinListSwitch !Borders, !Title, StaysOnTop, WindowListSkip, Sticky

HOW TO: Copy the code and paste it into your config. Or create FILE 1 and run the below line:
Read $[HOME]/winLSwitch.sys