linux adjustments
This commit is contained in:
parent
299fd42545
commit
da95fce1b9
2 changed files with 13 additions and 14 deletions
25
bindings.el
25
bindings.el
|
@ -6,19 +6,18 @@
|
|||
"C-x p" #'+popup/other)
|
||||
|
||||
(:when (modulep! :ui workspaces)
|
||||
(:when (featurep :system 'macos)
|
||||
"s-t" #'+workspace/new
|
||||
"s-T" #'+workspace/display
|
||||
"s-1" #'+workspace/switch-to-0
|
||||
"s-2" #'+workspace/switch-to-1
|
||||
"s-3" #'+workspace/switch-to-2
|
||||
"s-4" #'+workspace/switch-to-3
|
||||
"s-5" #'+workspace/switch-to-4
|
||||
"s-6" #'+workspace/switch-to-5
|
||||
"s-7" #'+workspace/switch-to-6
|
||||
"s-8" #'+workspace/switch-to-7
|
||||
"s-9" #'+workspace/switch-to-8
|
||||
"s-0" #'+workspace/switch-to-final)))
|
||||
"s-t" #'+workspace/new
|
||||
"s-T" #'+workspace/display
|
||||
"s-1" #'+workspace/switch-to-0
|
||||
"s-2" #'+workspace/switch-to-1
|
||||
"s-3" #'+workspace/switch-to-2
|
||||
"s-4" #'+workspace/switch-to-3
|
||||
"s-5" #'+workspace/switch-to-4
|
||||
"s-6" #'+workspace/switch-to-5
|
||||
"s-7" #'+workspace/switch-to-6
|
||||
"s-8" #'+workspace/switch-to-7
|
||||
"s-9" #'+workspace/switch-to-8
|
||||
"s-0" #'+workspace/switch-to-final))
|
||||
|
||||
(map! :leader
|
||||
"`" nil
|
||||
|
|
|
@ -274,4 +274,4 @@
|
|||
|
||||
(add-hook 'window-setup-hook #'mnl/frame-center)
|
||||
|
||||
(server-start)
|
||||
;;(unless server-running-p (server-start))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue