From 937c508691d16e6ce6da622b5cd372b99a490742 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 27 May 2025 00:58:16 +0530 Subject: cleaned up config --- .config/qtile/config.py | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to '.config/qtile/config.py') diff --git a/.config/qtile/config.py b/.config/qtile/config.py index b7adab7..f2b2549 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -1,13 +1,6 @@ -from libqtile import layout, qtile, widget -from libqtile.config import Click, Drag, Group, Key, Match, Screen -from libqtile.lazy import lazy - -from qtile_extras import widget -from qtile_extras.widget.decorations import PowerLineDecoration - import defaults import keybindings -import bar +import screens groups = defaults.groups keys = keybindings.keybindings(defaults.mod, defaults._mod, groups) @@ -16,13 +9,7 @@ layouts = defaults.layouts floating_layout = defaults.floating_layout widget_defaults = defaults.widget_defaults extension_defaults = defaults.extension_defaults - -screens = [ - Screen( - top=bar.default_bar(), - ), -] - +screens = screens.screens floating_layout = defaults.floating_layout dgroups_key_binder = None -- cgit v1.2.3