xmonad: show mplayer in full opacity
This commit is contained in:
parent
9262554c26
commit
2e1315b829
1 changed files with 2 additions and 0 deletions
|
@ -19,9 +19,11 @@ fadeRules = do
|
|||
fullscreen <- isFullscreen
|
||||
conkeror <- className =? "Conkeror"
|
||||
chromium <- className =? "Chromium"
|
||||
mplayer <- className =? "MPlayer"
|
||||
return $ case () of _ | fullscreen -> 1
|
||||
| conkeror -> 0.95
|
||||
| chromium -> 1
|
||||
| mplayer -> 1
|
||||
| otherwise -> 0.9
|
||||
|
||||
main = xmonad $ defaultConfig
|
||||
|
|
Loading…
Reference in a new issue