mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
Adding keybinding for conky toggle on/off
This commit is contained in:
@@ -69,6 +69,7 @@ keys = [
|
||||
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], "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
|
||||
# Some layouts like 'monadtall' only need to use j/k to move
|
||||
|
||||
Reference in New Issue
Block a user