Minor changes.

This commit is contained in:
Derek Taylor
2020-02-01 09:00:00 -06:00
parent 2e8ec24633
commit 9bd8cf7b16
8 changed files with 17 additions and 11 deletions

View File

@@ -534,7 +534,7 @@ def init_mouse():
if __name__ in ["config", "__main__"]:
mod = "mod4" # Sets mod key to SUPER/WINDOWS
myTerm = "st" # My terminal of choice
myTerm = "alacritty" # My terminal of choice
myConfig = "/home/dt/.config/qtile/config.py" # Qtile config file location
colors = init_colors()