add some stuffs (s )
This commit is contained in:
parent
9bf7928ac4
commit
bb14457d2a
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
Config {
|
||||
|
||||
-- appearance
|
||||
font = "JetBrainsMono NF 12"
|
||||
font = "JetBrainsMono NF 10"
|
||||
, bgColor = "black"
|
||||
, fgColor = "#646464"
|
||||
, position = Top
|
||||
|
|
|
@ -131,7 +131,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
|||
, ((modm .|. shiftMask, xK_q ), io exitSuccess)
|
||||
|
||||
-- Restart xmonad
|
||||
, ((modm , xK_q ), spawn "xmonad --recompile; xmonad --restart")
|
||||
, ((modm , xK_q ), spawn "xmonad --recompile; xmonad --restart; killall xmobar")
|
||||
|
||||
-- Run xmessage with a summary of the default keybindings (useful for beginners)
|
||||
, ((modm .|. shiftMask, xK_slash ), xmessage help)
|
||||
|
|
Loading…
Reference in a new issue