avahe-kellenberger / nimdow

A window manager written in Nim (In Development)
GNU General Public License v2.0
317 stars 19 forks source link

Option to disable or hide bar #196

Closed Visone-Selektah closed 2 years ago

Visone-Selektah commented 2 years ago

Hi! I'm an user of dwm and spectrwm, both without bars, it would be fine to have that option in nimdow.

Thanks for your work!!!!

grazzhopper commented 2 years ago

I would love to see an option to toggle the topbar also. My dwm xsetroot for the topbar worked out of the box. Love your work!

avahe-kellenberger commented 2 years ago

I'll prioritize this; thanks for your feedback

avahe-kellenberger commented 2 years ago

Partially implemented in v0.7.32 - you can hide the bar with a new control

Default:

[controls.toggleStatusBar]
  keys = [ "b" ]
  modifiers = [ "super" ]

or, using the cli:

nimdow --toggle-statusbar