Make the focused border the same as the regular border
- Without this moving floating windows flashes the border
- Focus is already indicated with opacity
diff --git a/modules/xmonad/xmonad.hs b/modules/xmonad/xmonad.hs
index f54c86c..09b7a3f 100644
--- a/modules/xmonad/xmonad.hs
+++ b/modules/xmonad/xmonad.hs
@@ -106,7 +106,7 @@
{ modMask = modifierKey -- Use Super as our mod key
, borderWidth = 2
, normalBorderColor = "#61afef"
- , focusedBorderColor = "#c678dd"
+ , focusedBorderColor = "#61afef"
, XMonad.terminal = Main.terminal
, XMonad.workspaces = Main.workspaces
, XMonad.startupHook = Main.startupHook