+ Removed duplicated line of code
This commit is contained in:
parent
03bd767041
commit
fdfe0e8f67
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue