Add keybindings for running programs and switching windows
This commit is contained in:
parent
8e4c0c983e
commit
2807346b46
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ after it has been unlocked."
|
|||
(define-key *top-map* (kbd "s-b") "raise-browser")
|
||||
(define-key *top-map* (kbd "s-e") "raise-emacs")
|
||||
(define-key *top-map* (kbd "s-t") "raise-terminal")
|
||||
(define-key *top-map* (kbd "s-!") "exec rofi -show drun")
|
||||
(define-key *top-map* (kbd "s-w") "exec rofi -show window")
|
||||
|
||||
(define-remapped-keys
|
||||
'(("teams-for-linux"
|
||||
|
|
Loading…
Reference in a new issue