mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 10:44:38 +10:00
Minor edits.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user