Skip to content

Instantly share code, notes, and snippets.

@mtthw
Last active January 20, 2017 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtthw/c25e0b755a772cc2561bd3db86c89a34 to your computer and use it in GitHub Desktop.
Save mtthw/c25e0b755a772cc2561bd3db86c89a34 to your computer and use it in GitHub Desktop.
xmonad border issue
import XMonad
import XMonad.Config.Desktop
import XMonad.Layout.Spacing
import XMonad.Layout.ResizableTile
import XMonad.Layout.WindowNavigation
main = xmonad desktopConfig
{ terminal = "gnome-terminal"
, modMask = mod4Mask
, borderWidth = 30
, layoutHook = configurableNavigation noNavigateBorders $ spacing 12 $ ResizableTall 1 0.03 0.5 []
}
@mtthw
Copy link
Author

mtthw commented Jan 20, 2017

Preview image.
peek

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment