From 64de61ae402e7b22344d29aeeb4cb60c5071c364 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Tue, 27 Apr 2021 10:34:14 -0500 Subject: [PATCH] Minor edits --- .xmonad/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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