From 3621cc09ea17c771d9c99d684d1e9bafc69fb222 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 7 Feb 2021 12:32:27 +0100 Subject: Update config files. --- .config/qtile/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/qtile/config.py') diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 501d807..aa3abcc 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -28,13 +28,13 @@ keys = [ desc="Toggle mute"), # Programs... - Key([mod], "e", lazy.spawn("bash -c ~/stuff/scripts/unmount-usb"), + Key([mod], "e", lazy.spawn("bash -c ~/.local/bin/unmount_usb.sh"), desc="Eject USB"), Key([mod, "control"], "p", lazy.spawn("scrot -ze 'mv $f ~/stuff/pictures/screenshots/'"), desc="Take a screenshot"), Key([mod], "x", lazy.spawn("mpc toggle"), desc="Pause/Resume MPD playback"), - Key([mod, "shift"], "x", lazy.spawn("bash -c ~/stuff/scripts/mpd_show"), + Key([mod, "shift"], "x", lazy.spawn("bash -c ~/.local/bin/mpd_show.sh"), desc="Display song."), Key([mod], "z", lazy.spawn("mpc next"), desc="MPD next song"), -- cgit v1.2.3