+ Removed duplicated line of code

This commit is contained in:
ziro 2020-04-13 10:51:04 +07:00
parent 03bd767041
commit fdfe0e8f67

View file

@ -1,7 +1,6 @@
from libqtile.config import key, screen, group, drag, click, match from libqtile.config import key, screen, group, drag, click, match
from libqtile.command import lazy from libqtile.command import lazy
mod = 'mod4'
mod = "mod4" # Sets mod key to SUPER/WINDOWS mod = "mod4" # Sets mod key to SUPER/WINDOWS
myTerm = "urxvt" # My terminal of choice myTerm = "urxvt" # My terminal of choice
myConfig = "/home/ziro/.config/qtile/config.py" # Qtile config file location myConfig = "/home/ziro/.config/qtile/config.py" # Qtile config file location