Added Xprompt to the config. Also cleaned up the config and added more comments.

This commit is contained in:
Derek Taylor
2020-05-20 18:25:47 -05:00
parent b5845cdddf
commit 63e1764ba7
+3 -2
View File
@@ -362,8 +362,9 @@ myWorkspaces = clickable . (map xmobarEscape)
------------------------------------------------------------------------ ------------------------------------------------------------------------
-- Sets some rules for certain programs. Examples include forcing certain -- Sets some rules for certain programs. Examples include forcing certain
-- programs to always float, or to always appear on a certain workspace. -- programs to always float, or to always appear on a certain workspace.
-- Forcing programs to a certain workspace with a doShift requires xdotool. -- Forcing programs to a certain workspace with a doShift requires xdotool
-- You need the className or title of the program. Use xprop to get this info. -- if you are using clickable workspaces. You need the className or title
-- of the program. Use xprop to get this info.
myManageHook :: Query (Data.Monoid.Endo WindowSet) myManageHook :: Query (Data.Monoid.Endo WindowSet)
myManageHook = composeAll myManageHook = composeAll