diff options
-rw-r--r-- | .config/qtile/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 60b5c82..1a00186 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -128,9 +128,9 @@ screens = [ Screen( bottom=bar.Bar( [ - widget.CurrentLayout(), widget.GroupBox(disable_drag=True), widget.Prompt(), + widget.CurrentLayout(), widget.WindowName(), # What is this? |