aboutsummaryrefslogtreecommitdiffstats
path: root/example/xmonad.desktop
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2022-06-17 10:31:51 +0300
committerla-ninpre <leobrekalini@gmail.com>2022-06-17 10:31:51 +0300
commit9007df35415f157ba32e554256b2248860d0103d (patch)
treeed9eee627d3a8e9d6b214627f9dd52e9656e115b /example/xmonad.desktop
parentea5f798edea14b362c498d87b46e708a46d13dff (diff)
downloadxmonad-config-9007df35415f157ba32e554256b2248860d0103d.tar.gz
xmonad-config-9007df35415f157ba32e554256b2248860d0103d.zip
rewrite config from scratch and remove xmobar config
xmobar config is now written in haskell instead of it's own weird config format and it will be available on my dotfiles repo.
Diffstat (limited to 'example/xmonad.desktop')
-rw-r--r--example/xmonad.desktop9
1 files changed, 9 insertions, 0 deletions
diff --git a/example/xmonad.desktop b/example/xmonad.desktop
new file mode 100644
index 0000000..a39fcbb
--- /dev/null
+++ b/example/xmonad.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=xmonad
+Comment=A lightweight window manager written and configured in Haskell
+Exec=xmonad
+Icon=xmonad
+Terminal=false
+StartupNotify=false
+X-DesktopNames=XMonad
+Type=Application