mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 18:40:26 +10:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user