Skip to content

Commit

Permalink
🔧 sxhkdrc: add daten vpn shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Nov 2, 2024
1 parent b5169ed commit 2a9ea0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion home/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ super + m
~/bin/wm --go-to-by-class thunderbird
super + n
~/bin/wm --go-to-by-class notion
super + p
~/bin/wm --go-to-by-class pycharm
super + r
~/bin/wm --go-to-by-class element
super + s
Expand Down Expand Up @@ -208,11 +210,13 @@ super + shift + u; n
# VPN
super + shift + v; c
alacritty --class i3FloatingWindow -e ~/bin/vpn --connect CCA
super + shift + v; d
alacritty --class i3FloatingWindow -e ~/bin/vpn --connect Daten
super + shift + v; h
alacritty --class i3FloatingWindow -e ~/bin/vpn --connect Home
super + shift + v; l
alacritty --class i3FloatingWindow -e ~/bin/vpn --connect LG
super + shift + v; d
super + shift + v; k
alacritty --class i3FloatingWindow -e ~/bin/vpn --disconnect

# TMUX
Expand Down

0 comments on commit 2a9ea0e

Please sign in to comment.