mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add desktop entry for DWM
This commit is contained in:
parent
622edf8584
commit
15bce217da
10
root/usr/share/xsessions/dwm.desktop
Normal file
10
root/usr/share/xsessions/dwm.desktop
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# DWM doesn't automatically make a .desktop entry
|
||||||
|
# so it needs to be manually added for other DMs
|
||||||
|
# to recognize it and be able to log in with it
|
||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Name=Dwm
|
||||||
|
Comment=Dynamic Window Manager
|
||||||
|
Exec=dwm
|
||||||
|
Icon=dwm
|
||||||
|
Type=XSession
|
Loading…
Reference in a new issue