[StumpWM] Winkel-Workspace now on C-t C-5

Moved from C-t C-s to free this one (might show useful at some point)
This commit is contained in:
Marcel Kapfer 2020-05-19 17:23:16 +02:00
parent bd129835b9
commit 692931619c
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
(define-key *root-map* (kbd "C-2") "change-workspace work")
(define-key *root-map* (kbd "C-3") "change-workspace misc")
(define-key *root-map* (kbd "C-4") "change-workspace music")
(define-key *root-map* (kbd "C-s") "change-workspace winkel")
(define-key *root-map* (kbd "C-5") "change-workspace winkel")
;; bind keys for moving the current window to another workspace
(define-key *root-map* (kbd "M-1") "gmove web")