Auto-start VPN on VPN project

This commit is contained in:
Martin Potier 2022-02-18 11:35:11 +02:00
parent 9cacbb2a0b
commit 9b561492e8
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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