modified: ../../qtile/config.py

modified:   ../vifmrc
	modified:   ../../../.xmonad/xmonad.hs
	modified:   ../../../dwm/config.h
This commit is contained in:
Derek Taylor
2019-02-28 21:56:59 -06:00
parent 53625322b5
commit 6118be148a
4 changed files with 9 additions and 6 deletions

View File

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