Auto-start VPN on VPN project
This commit is contained in:
parent
9cacbb2a0b
commit
9b561492e8
2 changed files with 2 additions and 1 deletions
|
@ -56,6 +56,7 @@ projects = [ adminProject "wrk-config"
|
|||
, justStartWithName "frs" "ff-relex"
|
||||
, justStartWithName "meeeting" "chromium"
|
||||
, justStartWithName "notes" "logseq"
|
||||
, justStartWithName "VPN" "gpclient"
|
||||
, spinChat "element"
|
||||
, spinChat "signal"
|
||||
, spinChat "wire"
|
||||
|
|
|
@ -51,7 +51,7 @@ myManageHook = composeOne
|
|||
, className =? "mpv" -?> doFullFloat <+> (doShift "flims")
|
||||
, className =? "qemu-system-x86_64" -?> doFloat
|
||||
, className =? "qutebrowser" -?> doShift "web"
|
||||
, className =? "gpclient" -?> doShift "gpclient"
|
||||
, className =? "gpclient" -?> doShift "VPN"
|
||||
, isDialog -?> doCenterFloat
|
||||
, isDialog -?> doCenterFloat
|
||||
|
||||
|
|
Loading…
Reference in a new issue