1
0

Use default pinentry, show it on all workspaces

This commit is contained in:
2019-07-24 19:54:46 +00:00
parent b29f6592dd
commit f1fe1617d8
3 changed files with 2 additions and 4 deletions

View File

@ -35,6 +35,7 @@ windowManage = composeAll
, role =? "toolbox_window" --> doF W.focusDown
, className =? "Dunst" --> doF W.focusDown <+> doF copyToAll
, className =? "Pinentry" --> doFloat <+> doF copyToAll
]
where
viewShift = doF . liftM2 (.) W.greedyView W.shift