REQUEST: expand the desktop module to try to detect the DE/WM/etc. in more ways #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this is caused by my stupid ass not having XDG_CURRENT_DESKTOP set, but neofetch works
relevant output of neofetch:
WM: i3
relevant output of modfetch:
Desktop: (null)
relevant part of the modfetch config:
./desktop.so
Desktop module is not functioningto REQUEST: expand the desktop module to try to detect the DE/WM/etc. in more waysI have no idea how your system doesn't have xdg env vars set by default, can you post the output of
env | grep XDG
?XDG_SESSION_TYPE=tty
?? are you sure you're running it with i3 open?yeep
please test the
desktop-x11
branch withmake CFLAGS=-DMF_DESKTOP_X11
changed it, use
make OPTS=-DMF_DESKTOP_X11
insteadconfirmed in DMs that it works when
-lX11
ing, too many changes to fix that now, will merge and fix laterwait shit I should close this with the pr
nvm let me just close this this is resolved