linux adjustments
This commit is contained in:
parent
299fd42545
commit
da95fce1b9
2 changed files with 13 additions and 14 deletions
|
@ -6,7 +6,6 @@
|
|||
"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
|
||||
|
@ -18,7 +17,7 @@
|
|||
"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-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