diff --git a/.xmonad/README.org b/.xmonad/README.org index 0117f0b..6faffb5 100644 --- a/.xmonad/README.org +++ b/.xmonad/README.org @@ -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