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