diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-26 08:33:18 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-26 08:33:18 +0200 |
| commit | 36c19a33127316bea52d46130d53035a328eb1c5 (patch) | |
| tree | 0f1bce632a140226d8bd1b1d0376d6bac38d6e43 /xmonad.hs | |
| parent | 5828534933ffd5ca23c6e47b7c12a4a2637e01f0 (diff) | |
| download | dotfiles-36c19a33127316bea52d46130d53035a328eb1c5.tar.gz dotfiles-36c19a33127316bea52d46130d53035a328eb1c5.tar.bz2 dotfiles-36c19a33127316bea52d46130d53035a328eb1c5.zip | |
Change colorscheme to solarized and switched to st
Diffstat (limited to 'xmonad.hs')
| -rw-r--r-- | xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ import XMonad.Layout.NoBorders main = do xmonad $ desktopConfig { modMask = mod4Mask -- mod key to super - , terminal = "konsole" + , terminal = "st" , borderWidth = 1 , focusFollowsMouse = False -- don't change window based on mouse position (need to click) , normalBorderColor = "#292d3e" |
