Move gpclient to its own project

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

View File

@ -51,6 +51,7 @@ myManageHook = composeOne
, className =? "mpv" -?> doFullFloat <+> (doShift "flims")
, className =? "qemu-system-x86_64" -?> doFloat
, className =? "qutebrowser" -?> doShift "web"
, className =? "gpclient" -?> doShift "gpclient"
, isDialog -?> doCenterFloat
, isDialog -?> doCenterFloat