StumpWM: Assign C-t m to Spotify

This commit is contained in:
Marcel Kapfer 2018-02-03 18:25:41 +01:00
parent 18cdc36480
commit eb8ef2959b
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 0 deletions

View File

@ -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")