Minor edits.

This commit is contained in:
Derek Taylor
2020-12-12 09:09:31 -06:00
parent f5d841b2be
commit 07fcef736e
17 changed files with 543 additions and 365 deletions

View File

@@ -104,12 +104,13 @@ These are the keybindings for qtile.
keys = [
### The essentials
Key([mod], "Return",
lazy.spawn(myTerm),
lazy.spawn(myTerm+" -e fish"),
desc='Launches My Terminal'
),
Key([mod, "shift"], "Return",
lazy.spawn("dmenu_run -p 'Run: '"),
desc='Dmenu Run Launcher'
# lazy.spawn("dmenu_run -p 'Run: '"),
lazy.spawn("rofi -show drun -config ~/.config/rofi/themes/dt-dmenu.rasi -display-drun \"Run: \" -drun-display-format \"{name}\""),
desc='Run Launcher'
),
Key([mod], "Tab",
lazy.next_layout(),
@@ -303,6 +304,8 @@ keys = [
]
#+END_SRC
#+RESULTS:
* Groups
Groups are really workspaces.
@@ -374,7 +377,7 @@ layouts = [
Defining some colors for use in our panel.
#+BEGIN_SRC python
colors = [["#292d3e", "#292d3e"], # panel background
colors = [["#282c34", "#282c34"], # panel background
["#434758", "#434758"], # background for current screen tab
["#ffffff", "#ffffff"], # font color for group names
["#ff5555", "#ff5555"], # border line color for current tab