about summary refs log tree commit diff
path: root/dotfiles
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-07 13:09:41 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-07 13:09:41 +0200
commit71677087f6a9c27641c86753fb659d9d7588b570 (patch)
tree1ca8a9d89808c3b11715cf6b3b05037e84782fa2 /dotfiles
parentXMonad: Comment functionality (diff)
downloadnixos-config-71677087f6a9c27641c86753fb659d9d7588b570.tar.gz
nixos-config-71677087f6a9c27641c86753fb659d9d7588b570.tar.bz2
nixos-config-71677087f6a9c27641c86753fb659d9d7588b570.zip
XMonad: Fix bug with borders not showing on non-fullscreen floating windows
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/xmonad.hs b/dotfiles/xmonad.hs
index 716aa36..3ac2d2e 100644
--- a/dotfiles/xmonad.hs
+++ b/dotfiles/xmonad.hs
@@ -99,7 +99,7 @@ layouts =  tiledLayout
   2. Create NBFULL (No borders fullscreen toggle)
   3. Configure layouts to avoid struts
 -}
-myLayout = lessBorders OnlyFloat
+myLayout = lessBorders OnlyLayoutFloat
             $ mkToggle (NBFULL ?? EOT)
             $ avoidStruts $ myGaps $ addSpace
             $ layouts