Colin Baxter <m43...@yandex.com> wrote: > >>>>> Mark Dymek <m...@dymek.me> writes: > > > i can’️t figure out how to make a config file. there already was a > > ~/.stumped.d folder so i created .stumpwmrc but its being ignored. > > On Mon, Mar 4, 2024, at 12:00 PM, stumpwm-devel-requ...@nongnu.org > wrote: > > In ~/.stumpwm.d put your settings in a file called, say, init.lisp. Then > soft link that file to ~/.stumpwmrc
fwiw, i put my stumpwm configuration in: ~/.config/stumpwm/config i have a ~/.stumpwm.d/ but it doesn't have anything (including no symlink). the "Init File" section of the stumpwm info pages (`info stumpwm`, say): ==== On launch, StumpWM searches for an init file of different names and locations on your system, and will use the first one found in this order: • '~/.stumpwmrc' is the classic UNIX-style configuration name; • '~/.stumpwm.d/init.lisp' is an Emacs-style location and name; • '~/.config/stumpwm/config' is the XDG standard; ====