Thomas Adam
Thomas Adam
Hey @makeworld-the-better-one As others have echoed many times, thanks for this client -- it's certainly one of the better terminal ones! I was looking at the TODO list, and noticed...
When amfora is started as `amfora foobar`, the argument is passed directly to `display.URL()` which does not have any concept of sanitising the input in the same way that typing...
Hello, It's currently possible via `ucl_object_lookup_path()` to lookup objects. For example, given the following configuration: ``` section { A { B { key = value; } } } ``` You...
Hi, I'm trying to get wintabs to work reliably with split windows, *without* setting `g:wintabs_display = 'statusline'`, as I don't want to have the statusline move position to the top...
- Multiborder colorsets - Handle style updates - Multiborder colorsets - fvwm_msg -> fvwm_debug - Multiborder colorsets - fvwm_msg -> fvwm_style - MWM border increases * **What does this PR...
FVWM's build system is old, and `configure.ac` has a lot of legacy/dead code which is no longer required. Added to which, some of the m4 macros in use could probably...
Fvwm's configure.ac is old, and as such there's newer macros which should be used, but also older macros which should be deprecated. 'autoupdate' is am autotools program which can help...
Original post from: https://fvwmforums.org/t/thiswindow-thinks-fvwmiconman-is-always-in-a-raised-state/3093 With this tiny `~/.fvwm/config` (fvwm3, latest master, f1f7c4e): ~~~ Module FvwmIconMan Key F1 A A Next ("FvwmIconMan") my_test DestroyFunc my_test AddToFunc my_test + I ThisWindow (Raised)...
Before the days of actual `Xinerama` or `XRandR` integration, it was possible to run `fvwm` on separate displays. So for example, if there were two physical monitors attached to a...
`Fvwm` has an old history, and as such the string handling has been organic, and has made use of the typical functions of the day, such as `strcat` and `strcpy`....