diff --git a/.config/DankMaterialShell/settings.json b/.config/DankMaterialShell/settings.json index 632bd1c..18aa783 100644 --- a/.config/DankMaterialShell/settings.json +++ b/.config/DankMaterialShell/settings.json @@ -161,6 +161,17 @@ "centeringMode": "index", "clockDateFormat": "", "lockDateFormat": "", + "greeterRememberLastSession": true, + "greeterRememberLastUser": true, + "greeterEnableFprint": false, + "greeterEnableU2f": false, + "greeterWallpaperPath": "", + "greeterUse24HourClock": true, + "greeterShowSeconds": false, + "greeterPadHours12Hour": false, + "greeterLockDateFormat": "", + "greeterFontFamily": "", + "greeterWallpaperFillMode": "", "mediaSize": 1, "appLauncherViewMode": "grid", "spotlightModalViewMode": "grid", @@ -273,6 +284,7 @@ "matugenTemplateKcolorscheme": true, "matugenTemplateVscode": true, "matugenTemplateEmacs": true, + "matugenTemplateZed": true, "showDock": false, "dockAutoHide": false, "dockSmartAutoHide": false, @@ -314,6 +326,8 @@ "lockAtStartup": false, "enableFprint": false, "maxFprintTries": 15, + "enableU2f": false, + "u2fMode": "or", "lockScreenActiveMonitor": "all", "lockScreenInactiveColor": "#000000", "lockScreenNotificationMode": 0, diff --git a/.config/emacs/config.el b/.config/emacs/config.el index 4158a42..44b82a6 100644 --- a/.config/emacs/config.el +++ b/.config/emacs/config.el @@ -616,14 +616,14 @@ (eval-after-load 'org-indent '(diminish 'org-indent-mode)) -(custom-set-faces - '(org-level-1 ((t (:inherit outline-1 :height 1.7)))) - '(org-level-2 ((t (:inherit outline-2 :height 1.6)))) - '(org-level-3 ((t (:inherit outline-3 :height 1.5)))) - '(org-level-4 ((t (:inherit outline-4 :height 1.4)))) - '(org-level-5 ((t (:inherit outline-5 :height 1.3)))) - '(org-level-6 ((t (:inherit outline-5 :height 1.2)))) - '(org-level-7 ((t (:inherit outline-5 :height 1.1))))) + (custom-set-faces + '(org-level-1 ((t (:inherit outline-1 :height 1.7)))) + '(org-level-2 ((t (:inherit outline-2 :height 1.6)))) + '(org-level-3 ((t (:inherit outline-3 :height 1.5)))) + '(org-level-4 ((t (:inherit outline-4 :height 1.4)))) + '(org-level-5 ((t (:inherit outline-5 :height 1.3)))) + '(org-level-6 ((t (:inherit outline-5 :height 1.2)))) + '(org-level-7 ((t (:inherit outline-5 :height 1.1))))) (require 'org-tempo) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 83b3820..8c231c4 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -117,6 +117,7 @@ By default, Emacs creates automatic backups of files in their original directori :after company :diminish :hook (company-mode . company-box-mode)) + #+end_src * DASHBOARD diff --git a/.config/niri/dms/cursor.kdl b/.config/niri/dms/cursor.kdl index 531abd7..e69de29 100644 --- a/.config/niri/dms/cursor.kdl +++ b/.config/niri/dms/cursor.kdl @@ -1,9 +0,0 @@ -// ! DO NOT EDIT ! -// ! AUTO-GENERATED BY DMS ! -// ! CHANGES WILL BE OVERWRITTEN ! -// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE ! - -cursor { - xcursor-theme "Bibata-Modern-Ice" - xcursor-size 24 -} \ No newline at end of file