aboutsummaryrefslogtreecommitdiff
path: root/xmonad.hs
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-04-26 08:33:18 +0200
committerCharles <sircharlesaze@gmail.com>2020-04-26 08:33:18 +0200
commit36c19a33127316bea52d46130d53035a328eb1c5 (patch)
tree0f1bce632a140226d8bd1b1d0376d6bac38d6e43 /xmonad.hs
parent5828534933ffd5ca23c6e47b7c12a4a2637e01f0 (diff)
downloaddotfiles-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.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 90c536e..5535420 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -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"