diff options
author | Adrian Kummerlaender | 2018-04-24 12:17:28 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2018-04-24 12:17:28 +0200 |
commit | c88716541afe1b9eed807c8073f21b4dae31dac2 (patch) | |
tree | 419e25c3f52926d61ef0dd08c9466e45d6c58b28 /conf | |
parent | 7b9579d8559accb1f8e03b336de5edec9e78adbf (diff) | |
download | nixos_home-c88716541afe1b9eed807c8073f21b4dae31dac2.tar nixos_home-c88716541afe1b9eed807c8073f21b4dae31dac2.tar.gz nixos_home-c88716541afe1b9eed807c8073f21b4dae31dac2.tar.bz2 nixos_home-c88716541afe1b9eed807c8073f21b4dae31dac2.tar.lz nixos_home-c88716541afe1b9eed807c8073f21b4dae31dac2.tar.xz nixos_home-c88716541afe1b9eed807c8073f21b4dae31dac2.tar.zst nixos_home-c88716541afe1b9eed807c8073f21b4dae31dac2.zip |
Make oomox-gtk-theme derivation configurable
Diffstat (limited to 'conf')
-rw-r--r-- | conf/xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/xmonad/xmonad.hs b/conf/xmonad/xmonad.hs index 16d0470..018768a 100644 --- a/conf/xmonad/xmonad.hs +++ b/conf/xmonad/xmonad.hs @@ -35,7 +35,7 @@ main = xmonad $ ewmh defaultConfig { modMask = mod4Mask -- super key as modifier , borderWidth = 3 , normalBorderColor = "#161616" - , focusedBorderColor = "#aadb0f" + , focusedBorderColor = "#909737" , terminal = "urxvt" , handleEventHook = handleEventHook defaultConfig <+> fullscreenEventHook , layoutHook = availableLayouts |