A few minor tweaks to the config.

Changes to be committed:
	modified:   .config/compton/compton.conf
	modified:   .surf/styles/suckless.css
	modified:   .xmonad/xmonad.hs
	modified:   .zshrc
	modified:   st/config.def.h
	modified:   st/config.h
This commit is contained in:
Derek Taylor
2019-02-17 08:43:44 -06:00
parent d73b4dcdb8
commit bd2215e593
6 changed files with 16 additions and 9 deletions

View File

@@ -93,7 +93,7 @@ main = do
, ppSep = "<fc=#9AEDFE> : </fc>" -- Separators in xmobar
, ppUrgent = xmobarColor "#C45500" "" . wrap "!" "!" -- Urgent workspace
, ppExtras = [windowCount] -- # of windows current workspace
, ppOrder = \(ws:l:t:exs) -> [ws,l]++exs++[t]
, ppOrder = \(ws:l:t:ex) -> [ws,l]++ex++[t]
}
, modMask = myModMask
, terminal = myTerminal