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
|
@ -40,11 +40,8 @@ case "${SELECTION}" in
|
|||
screenlock
|
||||
;;
|
||||
"5")
|
||||
gksudo "cpupower frequency-set -g performance"
|
||||
optirun -b primus nvidia-settings -a '[gpu:0]/GPUPowerMizerMode=2' -c :8 > /dev/null
|
||||
gksu "cpupower frequency-set -g performance"
|
||||
;;
|
||||
"6")
|
||||
gksudo "cpupower frequency-set -g powersave"
|
||||
optirun -b primus nvidia-settings -a '[gpu:0]/GPUPowerMizerMode=0' -c :8 > /dev/null
|
||||
;;
|
||||
gksu "cpupower frequency-set -g powersave"
|
||||
esac
|
||||
|
|
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