From eb8ef2959b6f07de518e4ce669ae40b1872f3ea9 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 3 Feb 2018 18:25:41 +0100 Subject: [PATCH] StumpWM: Assign C-t m to Spotify --- stumpwm/stumpwmrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index fbacc4a..0c2df15 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -92,6 +92,8 @@ ;;; ranger (define-key *root-map* (kbd "C-c") "exec nemo --no-desktop") +;;; spotify +(define-key *root-map* (kbd "m") "exec spotify") ;;; bind keys for changing workspace (define-key *root-map* (kbd "C-1") "change-workspace web")