diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-12-10 10:43:28 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-12-10 10:43:28 -0500 |
commit | ed16e62593fe6230b37d0a926fcddfbcff171eb2 (patch) | |
tree | e8a5f7f62d8047fdbee60c28e3f9c18dfd284b46 | |
parent | 3fe8e7c0fc39bd132c3354c45d7263b273529c7e (diff) |
updates
-rwxr-xr-x | desktop/.config/sway/config | 3 | ||||
-rw-r--r-- | emacs/.config/emacs-kj/lisp/kj-org.el | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/desktop/.config/sway/config b/desktop/.config/sway/config index 58149da..0c4b047 100755 --- a/desktop/.config/sway/config +++ b/desktop/.config/sway/config @@ -222,6 +222,7 @@ input 1:1:AT_Translated_Set_2_keyboard { include /etc/sway/config.d/* exec "ssh-agent -a $SSH_AUTH_SOCK" -exec nm-applet +exec nm-applet --indicator exec dunst exec kanshi -c ~/.config/kanshi/config +exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway XDG_SESSION_TYPE=wayland diff --git a/emacs/.config/emacs-kj/lisp/kj-org.el b/emacs/.config/emacs-kj/lisp/kj-org.el index e1e7064..4ef9bd8 100644 --- a/emacs/.config/emacs-kj/lisp/kj-org.el +++ b/emacs/.config/emacs-kj/lisp/kj-org.el @@ -4,6 +4,7 @@ :config (org-babel-do-load-languages 'org-babel-load-languages '((emacs-lisp . t) + (sql . t) (shell . t))) (setq org-confirm-babel-evaluate nil org-return-follows-link t |