All public logs

From wikinotes

Combined display of all available logs of wikinotes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:07, 9 July 2022 Will talk contribs deleted page Freebsd9.2 profoak .xinitrc (content was: "<pre> ~/.xinitrc </pre> .xinitrc is heavily tied to your login manager (be it xdm, slim, or nothing at all). If only plan to have xmonad without a login manager at all, a simple {{{exec xmonad}}} will suffice. <pre> #!/bin/sh # SLIM Login Manager DEFAULT_SESSION=xmonad case $1 in fvwm) exec fvwm ;; xmonad) exec xmonad ;; *) exec xmonad ;; esac </pre>", and the only contributor was "Will" (talk))