tv xmonad: add xdeny
This commit is contained in:
parent
009b9f735e
commit
1f7fabbd27
@ -32,3 +32,6 @@ xcalib = findExecutable "xcalib"
|
||||
|
||||
xdpychvt :: FilePath
|
||||
xdpychvt = findExecutable "xdpychvt"
|
||||
|
||||
xterm :: FilePath
|
||||
xterm = findExecutable "xterm"
|
||||
|
@ -218,6 +218,19 @@ myKeys conf = Map.fromList $
|
||||
def { XMonad.Prompt.font = myFont }
|
||||
|
||||
|
||||
xdeny :: X ()
|
||||
xdeny =
|
||||
forkFile
|
||||
Paths.xterm
|
||||
[ "-fn", myFont
|
||||
, "-geometry", "300x100"
|
||||
, "-name", "AlertFloat"
|
||||
, "-bg", "#E4002B"
|
||||
, "-e", "sleep", "0.05"
|
||||
]
|
||||
Nothing
|
||||
|
||||
|
||||
pagerConfig :: PagerConfig
|
||||
pagerConfig = def
|
||||
{ pc_font = myFont
|
||||
|
Loading…
Reference in New Issue
Block a user