diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2022-06-17 10:31:51 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2022-06-17 10:31:51 +0300 |
| commit | 9007df35415f157ba32e554256b2248860d0103d (patch) | |
| tree | ed9eee627d3a8e9d6b214627f9dd52e9656e115b /example/xmonad.desktop | |
| parent | ea5f798edea14b362c498d87b46e708a46d13dff (diff) | |
| download | xmonad-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.desktop | 9 |
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 |
