commit d1eeeadd760efeb38f5bba7b9e1f55d5796017e5 parent 2371379039be08ef215d3aaec6b507b6441adaf3 Author: Jake Koroman <jakekoroman@gmail.com> Date: Sun, 11 Aug 2024 14:30:15 -0400 flameshot shortcut and desktop emacs fixes Diffstat:
M | .config/sxhkd/sxhkdrc | | | 3 | +++ |
M | device-specific/desktop/emacs.el | | | 15 | +++++++-------- |
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -13,6 +13,9 @@ super+shift+n super+p rofi -show drun -show-icons +super+s + flameshot gui + super+Delete i3lock -c 181818 diff --git a/device-specific/desktop/emacs.el b/device-specific/desktop/emacs.el @@ -1,11 +1,10 @@ -(setq default-frame-alist '((font . "Iosevka:pixelsize=18"))) -;; (setq default-frame-alist '((font . "Terminus:pixelsize=18"))) +(setq my-font-name "Iosevka Nerd Font:pixelsize=") +(setq my-font-size 16) +(setq my-font-big-size 30) +(setq my-font (concat my-font-name (number-to-string my-font-size))) -;; (split-window-horizontally) -;; (toggle-frame-maximized) (set-default 'truncate-lines t) -;; (list-colors-display) for a color picker -(load-theme 'solarized t) -(solarized-toggle-background-mode) -;; (update-theme) +;; (load-theme 'solarized t) +;; (solarized-toggle-background-mode) +(load-theme 'gruber-darker t) (transparency 100)