mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
Adding keybinding for conky toggle on/off
This commit is contained in:
@@ -145,6 +145,7 @@ keys = [
|
|||||||
Key([mod, "shift"], "r", lazy.reload_config(), desc="Reload the config"),
|
Key([mod, "shift"], "r", lazy.reload_config(), desc="Reload the config"),
|
||||||
Key([mod, "shift"], "q", lazy.spawn("dm-logout -r"), desc="Logout menu"),
|
Key([mod, "shift"], "q", lazy.spawn("dm-logout -r"), desc="Logout menu"),
|
||||||
Key([mod], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"),
|
Key([mod], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"),
|
||||||
|
Key([mod, "shift"], "T", lazy.spawn("conky-toggle"), desc="Conky toggle on/off"),
|
||||||
|
|
||||||
# Switch between windows
|
# Switch between windows
|
||||||
# Some layouts like 'monadtall' only need to use j/k to move
|
# Some layouts like 'monadtall' only need to use j/k to move
|
||||||
@@ -315,7 +316,6 @@ Colors are defined in a separate 'colors.py' file. It is best not manually chan
|
|||||||
|
|
||||||
#+begin_src python
|
#+begin_src python
|
||||||
colors = colors.DoomOne
|
colors = colors.DoomOne
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Default Settings For All Layouts
|
* Default Settings For All Layouts
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ keys = [
|
|||||||
Key([mod, "shift"], "r", lazy.reload_config(), desc="Reload the config"),
|
Key([mod, "shift"], "r", lazy.reload_config(), desc="Reload the config"),
|
||||||
Key([mod, "shift"], "q", lazy.spawn("dm-logout -r"), desc="Logout menu"),
|
Key([mod, "shift"], "q", lazy.spawn("dm-logout -r"), desc="Logout menu"),
|
||||||
Key([mod], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"),
|
Key([mod], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"),
|
||||||
|
Key([mod, "shift"], "T", lazy.spawn("conky-toggle"), desc="Conky toggle on/off"),
|
||||||
|
|
||||||
# Switch between windows
|
# Switch between windows
|
||||||
# Some layouts like 'monadtall' only need to use j/k to move
|
# Some layouts like 'monadtall' only need to use j/k to move
|
||||||
|
|||||||
Reference in New Issue
Block a user