initial dotfiles
This commit is contained in:
commit
45e5fe53d2
370 changed files with 25449 additions and 0 deletions
9
.config/scripts/rofi-menus/vpn-launcher.sh
Executable file
9
.config/scripts/rofi-menus/vpn-launcher.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
# digitalCanine [DC] VPN Launcher (polybar-safe)
|
||||
|
||||
UI="$HOME/Documents/openvpn/vpn-ui.sh"
|
||||
|
||||
# detach completely from polybar
|
||||
nohup "$UI" >/dev/null 2>&1 &
|
||||
|
||||
exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue