From ddd4c5c2ed2ad5feb64b3910a5dced25f2864b12 Mon Sep 17 00:00:00 2001 From: Mateja Date: Tue, 27 Oct 2020 19:06:31 +0100 Subject: change position of current layout --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- cgit v1.2.3