nix: udpate patches
[julm/julm-nix.git] / home-manager / profiles / xmonad / xmonad.hs
index f09cb77806e8b6ec270c77ffc3530eef8fea0d04..8d85ee73c5430afb57a0af8e02fb20e1cc3d0fb4 100644 (file)
@@ -59,7 +59,7 @@ myKeys
   , ((modMask, xK_BackSpace), spawn "caja")
 
   -- Lock the screen
-  , ((0, xK_Pause), spawn "xset s activate dpms force off")
+  , ((0, xK_Pause), spawn "systemctl --user start xss-lock.service; xset s activate dpms force off")
 
   -- Take a full screenshot
   , ((0, xK_Print), spawn "cd ~/img/cap && scrot --quality 42 '%Y-%m-%d_%H-%M-%S.png' && caja ~/img/cap")
@@ -328,6 +328,7 @@ defaults xmproc _nScreens = docks $ ewmhFullscreen $ ewmh $
      , inactiveBorderColor = "#7C7C7C"
      , inactiveColor       = "#000000"
      , inactiveTextColor   = "#EEEEEE"
+     , fontName            = "xft:DejaVu Sans Mono:pixelsize=9:antialias=true"
      }
 
 --