Minor edits

This commit is contained in:
Derek Taylor
2021-04-27 10:34:14 -05:00
parent 8dba670011
commit 64de61ae40
+1 -1
View File
@@ -387,7 +387,7 @@ myManageHook = composeAll
-- using 'doShift ( myWorkspaces !! 7)' sends program to workspace 8! -- 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 -- 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. -- 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 =? "file_progress" --> doFloat
, className =? "dialog" --> doFloat , className =? "dialog" --> doFloat
, className =? "download" --> doFloat , className =? "download" --> doFloat