Move gpclient to its own project
This commit is contained in:
parent
558f52c01b
commit
9cacbb2a0b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue