Some minor alterations.

This commit is contained in:
Derek Taylor
2019-12-11 22:59:43 -06:00
parent 192a334b37
commit 8e404b5f21
7 changed files with 116 additions and 68 deletions

View File

@@ -73,7 +73,7 @@ import XMonad.Prompt (defaultXPConfig, XPConfig(..), XPPosition(Top), Direction1
myFont = "xft:Mononoki Nerd Font:regular:pixelsize=12"
myModMask = mod4Mask -- Sets modkey to super/windows key
myTerminal = "st" -- Sets default terminal
myTextEditor = "vim" -- Sets default text editor
myTextEditor = "emacsclient -c" -- Sets default text editor
myBorderWidth = 2 -- Sets border width for windows
windowCount = gets $ Just . show . length . W.integrate' . W.stack . W.workspace . W.current . windowset