This commit is contained in:
Martin Potier 2022-09-15 16:23:00 +03:00
parent 049af82a9a
commit b1c417b464
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
2 changed files with 5 additions and 2 deletions

View File

@ -90,8 +90,10 @@ projects = [ adminProject "wrk-config"
, workProject "nix-ansible-role"
, workProject "nixos-modules"
, workProject "nixpkgs"
, workProject "one-off-scripts"
, workProject "planning-cloud"
, workProject "rfcs"
, workProject "slog-agent"
, workProject "sm-terraform"
, workProject "time-tracking"
, workProject "ugluk-ansible-role"

View File

@ -47,13 +47,14 @@ layouts = toggleLayouts fullscreen tiled
-- For className, use the second value that xprop gives you.
-------------- Here be the law of windows
myManageHook = composeOne
[ className =? "Pavucontrol" -?> doShift "music"
[ className =? "Gcr-prompter" -?> doCenterFloat
, className =? "Pavucontrol" -?> doShift "music"
, className =? "Pinentry" -?> doFloat
, className =? "VirtualBox" -?> doFloat
, className =? "gpclient" -?> doTile <+> (doShift "VPN")
, className =? "mpv" -?> doFullFloat <+> (doShift "flims")
, className =? "qemu-system-x86_64" -?> doFloat
, className =? "qutebrowser" -?> doShift "web"
, className =? "gpclient" -?> doTile <+> (doShift "VPN")
, isDialog -?> doCenterFloat
-- Move transient windows to their parent: