mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add rofi, update fish cfg/scripts, update nvim cfg, update wezterm cfg
This commit is contained in:
parent
e801f0a680
commit
6e8bb638ee
24 changed files with 104 additions and 77 deletions
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
wezterm start -- fish -c glance
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
wezterm start -- fish -c jmpv
|
||||
|
|
|
|||
6
scripts/streamlink-twitch-gui
Executable file
6
scripts/streamlink-twitch-gui
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env fish
|
||||
if command -q prime-run
|
||||
prime-run /usr/bin/streamlink-twitch-gui
|
||||
else
|
||||
/usr/bin/streamlink-twitch-gui
|
||||
end
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
wezterm start -- fish -c vban
|
||||
|
|
|
|||
8
scripts/wezterm
Executable file
8
scripts/wezterm
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
||||
8
scripts/wezterm-gui
Executable file
8
scripts/wezterm-gui
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
wezterm start -- fish -c ytmpv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue