aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-10-27 19:06:31 +0100
committerMateja <mail@matejamaric.com>2020-10-27 19:06:31 +0100
commitddd4c5c2ed2ad5feb64b3910a5dced25f2864b12 (patch)
tree05639baf013e6bb6d879613c9d50951ff66089e5
parente31816d72b9d6a15bda9b18ded443810140cfac3 (diff)
downloaddotfiles-ddd4c5c2ed2ad5feb64b3910a5dced25f2864b12.tar.gz
dotfiles-ddd4c5c2ed2ad5feb64b3910a5dced25f2864b12.zip
change position of current layout
-rw-r--r--.config/qtile/config.py2
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?