commit f20192b8538e549d80231640d52030c3a9e75dd5 parent 5424183eb15ccb86a82835e0e37c7d3b8fc48cbd Author: Jake Koroman <jakekoroman@gmail.com> Date: Tue, 5 Mar 2024 19:39:12 -0500 desktop emacs config. Diffstat:
A | device-specific/desktop/emacs.el | | | 9 | +++++++++ |
M | device-specific/desktop/hardware | | | 2 | +- |
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/device-specific/desktop/emacs.el b/device-specific/desktop/emacs.el @@ -0,0 +1,9 @@ +(setq default-frame-alist '((font . "Iosevka:pixelsize=18"))) +;; (setq default-frame-alist '((font . "Liberation Mono-12"))) + +;; (split-window-horizontally) +;; (toggle-frame-maximized) +(set-default 'truncate-lines t) +;; (list-colors-display) for a color picker +(load-theme 'gruber-darker t) +(transparency 100) diff --git a/device-specific/desktop/hardware b/device-specific/desktop/hardware @@ -1,7 +1,7 @@ font pango:Terminus 8 titlebar_padding 1 -output * bg ~/Pictures/wallpapers/watermon-ai.jpg fill +output * bg ~/.wallpaper fill output DP-2 mode 1920x1080@144Hz pos 1920 0 output DP-3 mode 1920x1080@144Hz pos 0 0