mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 23:59:36 +01:00
6 lines
81 B
Python
6 lines
81 B
Python
|
from libqtile.config import Screen
|
||
|
|
||
|
from .widgets import *
|
||
|
|
||
|
screens = [Screen()]
|