Update home/.config/zsh/custom/100-alias.zsh
Update home/.local/bin/gamemode-start Update home/.local/bin/gamemode-stop Update home/.local/bin/vortex-skyrimvr-nxm-handler
This commit is contained in:
parent
256314191b
commit
797e5b5a9a
|
@ -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
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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 $@
|
||||
|
|
Loading…
Reference in New Issue