diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 22:05:11 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 22:24:36 +0100 |
commit | 963885db33cd5c7cbf3a4d096c7cb381bf6f745f (patch) | |
tree | 9fcdb60851ff7af6341109a34c7f0033c69ae09d /x11-wm/xmonad/files | |
parent | package.mask: Improve mask message of slic3r-1.1 (diff) | |
download | gentoo-963885db33cd5c7cbf3a4d096c7cb381bf6f745f.tar.gz gentoo-963885db33cd5c7cbf3a4d096c7cb381bf6f745f.tar.bz2 gentoo-963885db33cd5c7cbf3a4d096c7cb381bf6f745f.zip |
x11-wm/xmonad: use pkg_postinst from directly inherited eclass
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-wm/xmonad/files')
-rw-r--r-- | x11-wm/xmonad/files/xmonad.desktop | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/xmonad/files/xmonad.desktop b/x11-wm/xmonad/files/xmonad.desktop index d72fc71866a2..9c0bf6e44f51 100644 --- a/x11-wm/xmonad/files/xmonad.desktop +++ b/x11-wm/xmonad/files/xmonad.desktop @@ -1,7 +1,13 @@ [Desktop Entry] +Type=Application +Encoding=UTF-8 Name=xmonad Comment=A lightweight window manager Exec=/etc/X11/Sessions/xmonad TryExec=xmonad +NoDisplay=true Icon= -Type=Application +X-GNOME-WMName=Xmonad +X-GNOME-Autostart-Phase=WindowManager +X-GNOME-Provides=windowmanager +X-GNOME-Autostart-Notify=false |