mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-02-15 16:36:52 +00:00
defiant
This commit is contained in:
parent
44780e9a9e
commit
846fc109ca
32 changed files with 719 additions and 1117 deletions
|
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env fish
|
||||
if command -q prime-run
|
||||
prime-run /usr/bin/streamlink-twitch-gui
|
||||
else
|
||||
/usr/bin/streamlink-twitch-gui
|
||||
end
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env fish
|
||||
if command -q prime-run
|
||||
set -lx __NV_PRIME_RENDER_OFFLOAD 1
|
||||
set -lx __VK_LAYER_NV_optimus NVIDIA_only
|
||||
/usr/bin/wezterm $argv
|
||||
else
|
||||
/usr/bin/wezterm $argv
|
||||
end
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env fish
|
||||
if command -q prime-run
|
||||
set -lx __NV_PRIME_RENDER_OFFLOAD 1
|
||||
set -lx __VK_LAYER_NV_optimus NVIDIA_only
|
||||
/usr/bin/wezterm-gui $argv
|
||||
else
|
||||
/usr/bin/wezterm-gui $argv
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue