浏览代码

Merge pull request #15 from hobbestigrou/master

To manage wmfs with login manager.
Martin Duquesnoy 12 年之前
父节点
当前提交
8a527bbc81
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 1 0
      Makefile.in
  2. 7 0
      wmfs.desktop

+ 1 - 0
Makefile.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 - 0
wmfs.desktop

@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+Name=wmfs
+Comment=Window Manager From Scratch
+TryExec=wmfs
+Exec=wmfs