diff --git a/bindings.el b/bindings.el index 0d71069..441829e 100644 --- a/bindings.el +++ b/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 diff --git a/config.el b/config.el index 5ca2eb8..d241411 100644 --- a/config.el +++ b/config.el @@ -274,4 +274,4 @@ (add-hook 'window-setup-hook #'mnl/frame-center) -(server-start) +;;(unless server-running-p (server-start))