[StumpWM] Beautified application keybindings

This commit is contained in:
Marcel Kapfer 2020-05-19 17:25:46 +02:00
parent 040a8cf98b
commit 17a0506954
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 11 deletions

View File

@ -89,21 +89,12 @@
*group-format* "%t")
;; root keybindings
;
;; browser
;; Application keybindings
(define-key *root-map* (kbd "W") (concatenate 'string "exec " *web-browser*))
(define-key *root-map* (kbd "P") (concatenate 'string "exec " *web-browser* " --private-window"))
;;; terminal
(define-key *root-map* (kbd "c") (concatenate 'string "exec " *terminal*))
;;; (text) editor
(define-key *root-map* (kbd "e") (concatenate 'string "exec " *editor*))
;;; ranger
(define-key *root-map* (kbd "C-c") (concatenate 'string "exec " *file-manager*))
;;; spotify
(define-key *root-map* (kbd "m") (concatenate 'string "exec " *music-player*))
;;; bind keys for changing workspace