Minor edits.

This commit is contained in:
Derek Taylor
2020-03-27 14:50:01 -05:00
parent b2cf9b753d
commit df58aa9d2b
6 changed files with 51 additions and 33 deletions

View File

@@ -34,7 +34,7 @@ from typing import List # noqa: F401
##### DEFINING SOME VARIABLES #####
mod = "mod4" # Sets mod key to SUPER/WINDOWS
myTerm = "alacritty" # My terminal of choice
myTerm = "st" # My terminal of choice
myConfig = "/home/dt/.config/qtile/config.py" # The Qtile config file location
##### KEYBINDINGS #####
@@ -46,7 +46,7 @@ keys = [
),
Key(
[mod, "shift"], "Return", # Dmenu Run Launcher
lazy.spawn("dmenu_run -fn 'UbuntuMono Nerd Font:size=10' -nb '#282a36' -nf '#ffffff' -sb '#bd93f9' -sf '#282a36' -p 'dmenu:'")
lazy.spawn("dmenu_run -p 'Run: '")
),
Key(
[mod], "Tab",