Adding qtile config with mouse callbacks for panel widgets.

This commit is contained in:
Derek Taylor
2020-07-04 18:25:00 -05:00
parent 3d69afdf0a
commit 60533ea0eb
3 changed files with 21 additions and 3 deletions

View File

@@ -469,6 +469,7 @@ myWorkspaces = clickable . (map xmobarEscape)
clickable l = [ "<action=xdotool key super+" ++ show (n) ++ ">" ++ "<fn=2>" ++ ws ++ "</fn>" ++ "</action>" |
(i,ws) <- zip [1..9] l,
let n = i ]
------------------------------------------------------------------------
-- MANAGEHOOK
------------------------------------------------------------------------
@@ -775,7 +776,7 @@ main = do
, modMask = myModMask
, terminal = myTerminal
, startupHook = myStartupHook
, layoutHook = showWName' myShowWNameTheme myLayoutHook
, layoutHook = myLayoutHook
, workspaces = myWorkspaces
, borderWidth = myBorderWidth
, normalBorderColor = myNormColor