Created
July 13, 2021 06:40
-
-
Save Dema/62eb3713a149206bf89464abc9213fbf to your computer and use it in GitHub Desktop.
xmonad session arch package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=Xmonad | |
Comment=Lightweight X11 tiled window manager written in Haskell | |
Exec=/usr/bin/zsh -c /home/dema/.local/share/xmonad/xmonad-x86_64-linux | |
Icon=xmonad | |
Terminal=false | |
StartupNotify=false | |
Categories=Application; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname=xmonad-dema-xsession | |
pkgver=1.0 | |
pkgrel=0 | |
arch=("any") | |
package (){ | |
mkdir -p "${pkgdir}/usr/share/xsessions" | |
cp ../xmonad.desktop "${pkgdir}/usr/share/xsessions" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment