diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/qtile/keys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/keys.py b/.config/qtile/keys.py index 27d1576..e7deae9 100644 --- a/.config/qtile/keys.py +++ b/.config/qtile/keys.py @@ -203,7 +203,7 @@ keys = [ ), # Install updates Key([mod, "control"], "u", - lazy.spawn(home + "/.local/bin/statusbar/arch-updates.sh key-update"), + lazy.spawn(home + "/.config/qtile/statusbar/void-updates.sh key-update"), desc="Install updates", ), |