diff options
author | B Stack <bgstack15@gmail.com> | 2020-03-17 14:52:46 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-03-17 14:52:46 -0400 |
commit | b690c975dd84c6ee9595dfd667e37622504568a8 (patch) | |
tree | 0024ce9ea4e9bee695eb4682cea400a95c7176f0 /src/etc | |
parent | initial commit (diff) | |
download | keyboard-leds-trayicons-b690c975dd84c6ee9595dfd667e37622504568a8.tar.gz keyboard-leds-trayicons-b690c975dd84c6ee9595dfd667e37622504568a8.tar.bz2 keyboard-leds-trayicons-b690c975dd84c6ee9595dfd667e37622504568a8.zip |
add bunch of things
fix #1 add desktop file and xdg autostart file
fix #2 add Makefile
use make deplist
move readme to src/.../doc
add man pages
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/xdg/autostart/keyboard-leds-trayicons.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/etc/xdg/autostart/keyboard-leds-trayicons.desktop b/src/etc/xdg/autostart/keyboard-leds-trayicons.desktop new file mode 100644 index 0000000..aa0fb8e --- /dev/null +++ b/src/etc/xdg/autostart/keyboard-leds-trayicons.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Categories=Utility;TrayIcon; +Comment=Show capslock and numlock indicators +Exec=/usr/bin/keyboard-leds-trayicons +Icon=capslock-on +Keywords=trayicon;capslock;numlock; +Name=Keyboard LEDs trayicons +NoDisplay=false +Terminal=false +Type=Application +X-GNOME-Autostart-Phase=WindowManager |