aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2021-10-09 00:42:08 -0600
committerJosh Rahm <joshuarahm@gmail.com>2021-10-09 00:42:08 -0600
commit81cf0868325a7514bed385dac9d140a30c351135 (patch)
treee074692b6628a3fb2941369b12989f98e67c04d2
parentdd9a5ee0f84313067bbe37f6a27fc4ffe7bbdd3b (diff)
parent4dc47976f3faf972cd2d5a0b57ea2ace61b532a5 (diff)
downloadrde-81cf0868325a7514bed385dac9d140a30c351135.tar.gz
rde-81cf0868325a7514bed385dac9d140a30c351135.tar.bz2
rde-81cf0868325a7514bed385dac9d140a30c351135.zip
Merge branch 'master' of github.com:jrahm/xmonad-jrahm
-rw-r--r--src/Internal/Layout.hs3
-rw-r--r--src/Main.hs3
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Internal/Layout.hs b/src/Internal/Layout.hs
index 3fae26d..c54ffa7 100644
--- a/src/Internal/Layout.hs
+++ b/src/Internal/Layout.hs
@@ -1,6 +1,7 @@
{-# LANGUAGE MultiParamTypeClasses, FlexibleInstances #-}
module Internal.Layout where
+import XMonad.Hooks.ManageDocks
import XMonad.Layout.Circle
import XMonad.Layout.Accordion
import Control.Applicative
@@ -18,7 +19,7 @@ import qualified XMonad.StackSet as W
myLayout =
ModifiedLayout (Zoomable False 0.05 0.05) $
- spacingRaw True (Border 5 5 5 5) True (Border 5 5 5 5) True $
+ spacingRaw True (Border 5 5 5 5) True (Border 5 5 5 5) True $ avoidStruts $
spiral (6/7) |||
Tall 1 (3/100) (1/2) |||
ThreeCol 1 (3/100) (1/2) |||
diff --git a/src/Main.hs b/src/Main.hs
index 1d07ef8..d4f5dae 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -21,11 +21,10 @@ main = do
-- Execute some commands.
homeDir <- getHomeDirectory
let fp = homeDir </> ".xmonad" </> "startup"
- let theLayout = myLayout
config <-
applyKeys $ def
- { terminal = "sakura"
+ { terminal = "alacritty"
, modMask = mod4Mask
, borderWidth = 2
, keys = \config -> mempty