cleanup bin
This commit is contained in:
parent
d4fb211a82
commit
fe5bb7e0e9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue