Merge pull request #15 from hobbestigrou/master
To manage wmfs with login manager.
This commit is contained in:
@@ -53,6 +53,7 @@ install: all
|
||||
install ${PROG} ${DESTDIR}${PREFIX}/bin
|
||||
@echo installing xsession file to ${DESTDIR}${PREFIX}/share/xsessions
|
||||
mkdir -p ${DESTDIR}${PREFIX}/share/xsessions
|
||||
install -m 444 wmfs.desktop ${DESTDIR}${PREFIX}/share/xsessions
|
||||
@echo installing default config file to ${DESTDIR}${XDG_CONFIG_DIR}/wmfs/
|
||||
mkdir -p ${DESTDIR}${XDG_CONFIG_DIR}/wmfs/
|
||||
install -m 444 wmfsrc ${DESTDIR}${XDG_CONFIG_DIR}/wmfs/
|
||||
|
||||
7
wmfs.desktop
Normal file
7
wmfs.desktop
Normal file
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Name=wmfs
|
||||
Comment=Window Manager From Scratch
|
||||
TryExec=wmfs
|
||||
Exec=wmfs
|
||||
Reference in New Issue
Block a user