diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-10-19 10:16:02 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-10-20 07:58:20 -0400 |
commit | 1a5eac68f9fc6194331f3cfd81a4c6850d2a4e3a (patch) | |
tree | 322b92bf2b9114a1af9f68baeabb29e1d7a40c92 | |
parent | b491c39c9253d25589ef98fe23a5c996ed0c149c (diff) |
Adjust font height
-rwxr-xr-x | desktop/.config/sway/config | 3 | ||||
-rw-r--r-- | emacs/.config/emacs-kj/init.el | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/desktop/.config/sway/config b/desktop/.config/sway/config index 5369fa8..0a8bcb5 100755 --- a/desktop/.config/sway/config +++ b/desktop/.config/sway/config @@ -237,4 +237,5 @@ input 1:1:AT_Translated_Set_2_keyboard { include /etc/sway/config.d/* exec "ssh-agent -a $SSH_AUTH_SOCK" -exec nm-applet
\ No newline at end of file +exec nm-applet +exec dunst
\ No newline at end of file diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el index 24a3a6b..83e7a19 100644 --- a/emacs/.config/emacs-kj/init.el +++ b/emacs/.config/emacs-kj/init.el @@ -394,6 +394,7 @@ (setq kj/font-height (cond ((string= (system-name) "fedora") 100) + ((string= (system-name) "orbekk3") 100) (t 150))) (custom-set-faces |