summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-12-10 10:43:28 -0500
committerKjetil Orbekk <kj@orbekk.com>2023-12-10 10:43:28 -0500
commited16e62593fe6230b37d0a926fcddfbcff171eb2 (patch)
treee8a5f7f62d8047fdbee60c28e3f9c18dfd284b46
parent3fe8e7c0fc39bd132c3354c45d7263b273529c7e (diff)
updates
-rwxr-xr-xdesktop/.config/sway/config3
-rw-r--r--emacs/.config/emacs-kj/lisp/kj-org.el1
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