fhasjknjadsf
This commit is contained in:
@@ -32,8 +32,10 @@
|
||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
||||
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||
;; `load-theme' function. This is the default:
|
||||
(setq doom-theme 'doom-one)
|
||||
(add-to-list 'custom-theme-load-path
|
||||
(expand-file-name "~/.config/emacs/themes"))
|
||||
|
||||
(setq doom-theme 'dank-emacs)
|
||||
;; This determines the style of line numbers in effect. If set to `nil', line
|
||||
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||
(setq display-line-numbers-type t)
|
||||
|
||||
@@ -21,7 +21,7 @@ let
|
||||
terminal = "footclient";
|
||||
fileManager = "thunar";
|
||||
#runner = "${lib.getExe caelestia-cli} shell drawers toggle launcher";
|
||||
runner = "vicinae toggle";
|
||||
runner = "dms ipc call spotlight toggle";
|
||||
# runner = "anyrun";
|
||||
browser = "firefox";
|
||||
editor = "emacsclient -c";
|
||||
@@ -41,7 +41,7 @@ in
|
||||
# ─── Monitors ────────────────────────────────────────────────────────────────
|
||||
source = [
|
||||
"./dms/outputs.conf"
|
||||
#"./dms/cursor.conf"
|
||||
"./dms/cursor.conf"
|
||||
"./dms/colors.conf"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user