diff --git a/links b/links index 9fbac01..ee658a4 100644 --- a/links +++ b/links @@ -34,6 +34,7 @@ system/fcitx/conf ~/.config/fcitx/conf system/fcitx/config ~/.config/fcitx/config system/fcitx/data ~/.config/fcitx/data system/fcitx/profile ~/.config/fcitx/profile +system/git-gui.desktop ~/.local/share/kservices5/git-gui.desktop system/services/marrub.service ~/.config/systemd/user/marrub.service system/services/marrub.timer ~/.config/systemd/user/marrub.timer themes/hgtk.py ~/.config/ranger/colorschemes/hgtk.py diff --git a/system/git-gui.desktop b/system/git-gui.desktop new file mode 100644 index 0000000..655b754 --- /dev/null +++ b/system/git-gui.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Type=Service +Icon=git +X-KDE-ServiceTypes=KonqPopupMenu/Plugin +MimeType=inode/directory; +Actions=gitGui; +Encoding=UTF-8 + +[Desktop Action gitGui] +Name=Open Git GUI here +Description=Opens the Git GUI in this folder +Icon=git +Exec=cd "%f" && git gui