diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-27 00:27:00 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-27 00:27:00 +0530 |
commit | c0faee8f762f2bdf2d220befc76608daa7582883 (patch) | |
tree | a6c24a29c224a5f1eeb3d87551b395b95348834f /.config/qtile/config.py | |
parent | b70dd5e00538576bb1e67b864e43e50422f14cea (diff) |
changed border colors and properly set floating_layout
Diffstat (limited to '.config/qtile/config.py')
-rw-r--r-- | .config/qtile/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 4f47e11..b7adab7 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -23,6 +23,8 @@ screens = [ ), ] +floating_layout = defaults.floating_layout + dgroups_key_binder = None dgroups_app_rules = [] follow_mouse_focus = True |