From d12111f8d191a5ccba1942ea1f863a169ab79b7b Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 25 Mar 2023 11:48:11 -0300 Subject: Added pritunl stop on i3lock --- .config/i3/i3lock_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/i3') diff --git a/.config/i3/i3lock_script.sh b/.config/i3/i3lock_script.sh index c81fe68f..5418f545 100755 --- a/.config/i3/i3lock_script.sh +++ b/.config/i3/i3lock_script.sh @@ -8,7 +8,7 @@ keepassxc --lock if pidof openvpn; then notify-send "Shutting down VPN" - pkexec --user root killall openvpn + pritunl-client stop r1e5vfvldadchscs fi scrot /tmp/screen.png xwobf -s 11 /tmp/screen.png -- cgit v1.2.3