Minor edits

This commit is contained in:
Derek Taylor 2021-04-27 10:34:14 -05:00
parent 8dba670011
commit 64de61ae40
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ myManageHook = composeAll
-- using 'doShift ( myWorkspaces !! 7)' sends program to workspace 8!
-- I'm doing it this way because otherwise I would have to write out the full
-- name of my workspaces and the names would be very long if using clickable workspaces.
[ className =? "confirm" --> doFloat
aaaaaaaaa [ className =? "confirm" --> doFloat
, className =? "file_progress" --> doFloat
, className =? "dialog" --> doFloat
, className =? "download" --> doFloat