Add new config files

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-04-01 15:18:13 +02:00
parent d674625594
commit 9c21c43382
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
8 changed files with 42 additions and 6 deletions

View file

@ -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

View 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;

View file

@ -0,0 +1 @@
default-cache-ttl 3600