1
0
Fork 0

cleanup bin

This commit is contained in:
Massaki Archambault 2020-09-11 16:28:13 -04:00
parent d4fb211a82
commit fe5bb7e0e9
3 changed files with 2 additions and 9 deletions

View File

@ -63,8 +63,8 @@ gamemode() {
sudo sh -c "echo 0,4 > /proc/irq/$i/smp_affinity_list"
done
#LD_PRELOAD="/usr/\$LIB/libgamemodeauto.so" auto-restart looking-glass-client -p 0 -c /tmp/win10.sock app:renderer=opengl egl:vsync=yes win:fullScreen=yes -k $@
gamemoderun auto-restart looking-glass-client
#LD_PRELOAD="/usr/\$LIB/libgamemodeauto.so" until-success looking-glass-client -p 0 -c /tmp/win10.sock app:renderer=opengl egl:vsync=yes win:fullScreen=yes -k $@
gamemoderun until-sucess looking-glass-client
echo "Restore system"
# irq

View File

@ -1,7 +0,0 @@
#!/bin/bash
cd ~/.local/share/remmina
ls -1 *.remmina | while read a; do
N=`grep '^name=' "$a" | cut -f2 -d=`;
[ "$a" == "$N.remmina" ] || mv "$a" "$N".remmina;
done