nit(qtile): cast LAPTOP env var to bool
This commit is contained in:
parent
8bfd18f4ff
commit
2f1df8e0d3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ from libqtile.lazy import lazy
|
|||
from libqtile.utils import guess_terminal
|
||||
|
||||
|
||||
LAPTOP = os.getenv("LAPTOP", False)
|
||||
LAPTOP = bool(os.getenv("LAPTOP", False))
|
||||
|
||||
colors = [
|
||||
# panel background
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue