diff --git a/home/dot_config/zsh/custom/100-alias.zsh b/home/dot_config/zsh/custom/100-alias.zsh index ac7a731..2d09a65 100644 --- a/home/dot_config/zsh/custom/100-alias.zsh +++ b/home/dot_config/zsh/custom/100-alias.zsh @@ -31,6 +31,7 @@ alias kubectl="kubecolor" alias k="kubecolor" alias kctx="kubectl config use-context" alias kns="kubectl config set-context --current --namespace" +alias kclean="kubectl delete pods --field-selector status.phase=Failed" compdef kubecolor=kubectl diff --git a/home/dot_local/bin/executable_gamemode-start b/home/dot_local/bin/executable_gamemode-start index f7184f6..7adcb89 100644 --- a/home/dot_local/bin/executable_gamemode-start +++ b/home/dot_local/bin/executable_gamemode-start @@ -4,7 +4,7 @@ xrandr --output "$(xrandr | grep '+0+' | grep -Eo '^DP-[0-9]')" --primary #swaymsg 'output "DP-4" disable' #swaymsg 'output * adaptive_sync on' -#systemctl --user stop gammastep +systemctl --user stop gammastep sudo systemctl stop docker.service sudo bash -c 'echo high >/sys/class/drm/card2/device/power_dpm_force_performance_level' diff --git a/home/dot_local/bin/executable_gamemode-stop b/home/dot_local/bin/executable_gamemode-stop index ab782f4..de2ab69 100644 --- a/home/dot_local/bin/executable_gamemode-stop +++ b/home/dot_local/bin/executable_gamemode-stop @@ -3,7 +3,7 @@ swaymsg 'output "DP-4" enable' swaymsg 'output * adaptive_sync off' -#systemctl --user start gammastep +systemctl --user start gammastep sudo systemctl start docker sudo bash -c 'echo auto >/sys/class/drm/card2/device/power_dpm_force_performance_level' diff --git a/home/dot_local/bin/executable_vortex-skyrimvr-nxm-handler b/home/dot_local/bin/executable_vortex-skyrimvr-nxm-handler index 4124f23..98054cf 100644 --- a/home/dot_local/bin/executable_vortex-skyrimvr-nxm-handler +++ b/home/dot_local/bin/executable_vortex-skyrimvr-nxm-handler @@ -2,4 +2,6 @@ exec &>/tmp/vortex-skyrimvr-nxm-handler.last.log -protontricks-launch --appid 611670 "/data/marchambault/Games/steamapps/compatdata/611670/pfx/drive_c/Program Files/Black Tree Gaming Ltd/Vortex/Vortex.exe" -d $@ +bottles-cli run -p Vortex -b 'Vortex' -- -d $@ + +#protontricks-launch --appid 611670 "/data/marchambault/Games/steamapps/compatdata/611670/pfx/drive_c/Program Files/Black Tree Gaming Ltd/Vortex/Vortex.exe" -d $@