diff options
author | Mateja <mail@matejamaric.com> | 2020-10-27 19:06:31 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-10-27 19:06:31 +0100 |
commit | ddd4c5c2ed2ad5feb64b3910a5dced25f2864b12 (patch) | |
tree | 05639baf013e6bb6d879613c9d50951ff66089e5 | |
parent | e31816d72b9d6a15bda9b18ded443810140cfac3 (diff) | |
download | dotfiles-ddd4c5c2ed2ad5feb64b3910a5dced25f2864b12.tar.gz dotfiles-ddd4c5c2ed2ad5feb64b3910a5dced25f2864b12.zip |
change position of current layout
-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? |