Add new config files
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
d674625594
commit
9c21c43382
8 changed files with 42 additions and 6 deletions
11
system/.local/share/applications/vim.desktop
Normal file
11
system/.local/share/applications/vim.desktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Name=Vim
|
||||
GenericName=Text Editor
|
||||
Comment=Vim in Termite
|
||||
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
||||
Icon=gvim
|
||||
Exec=termite -e "vim %f"
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Categories=Development;TextEditor;
|
||||
Keywords=Text;Editor;
|
1
system/.local/share/gnupg/gpg-agent.conf
Normal file
1
system/.local/share/gnupg/gpg-agent.conf
Normal file
|
@ -0,0 +1 @@
|
|||
default-cache-ttl 3600
|
Loading…
Add table
Add a link
Reference in a new issue