Added visor-terminal run scripts
This commit is contained in:
parent
5fe66bd0ea
commit
89be787eda
2 changed files with 8 additions and 0 deletions
4
.local/bin/visor-alacritty.sh
Executable file
4
.local/bin/visor-alacritty.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec /usr/bin/alacritty --config-file ${XDG_CONFIG_HOME:-$HOME/.config}/alacritty/visor-dbus.toml -e "tmux" -2 a
|
||||
|
4
.local/bin/visor-kitty.sh
Executable file
4
.local/bin/visor-kitty.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec /usr/bin/kitty -T KittyVisor --class "KittyVisor" -c ${XDG_CONFIG_HOME:-$HOME/.config}/kitty/visor.conf
|
||||
|
Loading…
Reference in a new issue