Axarva / dotfiles-2.0

XMonad™️. Widgets go brr.
MIT License
1.74k stars 155 forks source link

Extending the Window on the bottom #185

Closed ghost closed 1 year ago

ghost commented 1 year ago

image

Hello! Need a little help on this, I've adjusted the look for my liking but after removing the panel below the window didn't seem to resize, I don't know what to do on this part. Thanks

tatertotbot commented 1 year ago

This has already been posted, just search for gaps in issues, but I'll help you out.

  1. Open the file at ~/.xmonad/xmonad.hs
  2. Search for "layoutHook = gaps"
  3. Change the D value to something less that you like
  4. Save the file
  5. execute xmonad --recompile and xmonad --restart
  6. press shift + super + space
Axarva commented 1 year ago

Thanks @tatertotbot! Closing.