diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-07 23:16:45 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-07 23:16:45 -0600 |
commit | df112ae5f93c404b25b0499b85f10100049723eb (patch) | |
tree | 6aba4dc9e33259569cbf3c4f9fb1dd8b99e5646d | |
parent | 82aac7c3514e3e13f6e85f1258b50608621b0963 (diff) |
system changes
-rw-r--r-- | common/.config/emacs/init.el.org | 1 | ||||
-rw-r--r-- | macos.local/.flake/home/programs/ghostty.nix.org | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 8683dc6..059e540 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -97,7 +97,6 @@ This block is the reason I use =straight= rather than just =use-package=. I have (use-package diredfl :init (diredfl-global-mode 1)) - ;;(add-to-list 'default-frame-alist '(undecorated . t)) (use-package ns-auto-titlebar :init (ns-auto-titlebar-mode)) diff --git a/macos.local/.flake/home/programs/ghostty.nix.org b/macos.local/.flake/home/programs/ghostty.nix.org index 124ad61..af8f9cf 100644 --- a/macos.local/.flake/home/programs/ghostty.nix.org +++ b/macos.local/.flake/home/programs/ghostty.nix.org @@ -20,7 +20,7 @@ This terminal emulator seems over-hyped, but I'm trying it anyways. macos-window-shadow = false mouse-hide-while-typing = true quit-after-last-window-closed = true - theme = "Unikitty" + theme = "Builtin Light" window-decoration = true ''; } |