From 497c3ae2d00c782e295d94cd172a00d6a2d91227 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Wed, 29 Oct 2025 08:58:09 -0700 Subject: adjust border rules for fullscreen mainly --- xmonad/xmonad.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xmonad') diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index 54f0e12..347db1b 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -24,6 +24,7 @@ import XMonad.Hooks.StatusBar import XMonad.Hooks.StatusBar.PP import XMonad.Hooks.EwmhDesktops import XMonad.Actions.WindowBringer +import XMonad.Layout.NoBorders (noBorders, smartBorders) -- The preferred terminal program, which is used in a binding below and by -- certain contrib modules. @@ -202,7 +203,7 @@ myMouseBindings (XConfig {XMonad.modMask = modm}) = M.fromList -- The available layouts. Note that each layout is separated by |||, -- which denotes layout choice. -- -myLayout = tiled ||| Full +myLayout = smartBorders tiled ||| noBorders Full where -- default tiling algorithm partitions the screen into two panes tiled = Tall nmaster delta ratio -- cgit v1.2.3