changed to one laptop screen

This commit is contained in:
paul-loedige
2021-02-01 14:30:55 +01:00
parent facb41139c
commit a1ebe01b6e
+5 -4
View File
@@ -1,9 +1,10 @@
from libqtile.config import Screen
from Bars import top_bar, left_bar, main_bar
from Bars import top_bar, left_bar, main_bar,laptop_bar
screens = [
Screen(bottom=top_bar),
Screen(top=left_bar),
Screen(top=main_bar),
# Screen(bottom=top_bar),
# Screen(top=left_bar),
# Screen(top=main_bar),
Screen(top=laptop_bar)
]