diff --git a/user/wm/hyprland/hyprprofiles/profiles/Personal/start-hook.sh b/user/wm/hyprland/hyprprofiles/profiles/Personal/start-hook.sh index 723d4cad..bd7f4c9f 100755 --- a/user/wm/hyprland/hyprprofiles/profiles/Personal/start-hook.sh +++ b/user/wm/hyprland/hyprprofiles/profiles/Personal/start-hook.sh @@ -2,3 +2,4 @@ hyprctl keyword unbind SUPER,S; hyprctl keyword bind SUPER,S,exec,qutebrowser; +emacsclient --eval '(org-roam-switch-db "Personal.p" t)' diff --git a/user/wm/hyprland/hyprprofiles/profiles/Teaching/start-hook.sh b/user/wm/hyprland/hyprprofiles/profiles/Teaching/start-hook.sh index d640f85e..ada48d4d 100755 --- a/user/wm/hyprland/hyprprofiles/profiles/Teaching/start-hook.sh +++ b/user/wm/hyprland/hyprprofiles/profiles/Teaching/start-hook.sh @@ -2,4 +2,4 @@ hyprctl keyword unbind SUPER,S; hyprctl keyword bind SUPER,S,exec,container-open Teaching; -emacsclient --eval '(org-roam-switch-db "Teaching.p")' +emacsclient --eval '(org-roam-switch-db "Teaching.p" t)' diff --git a/user/wm/hyprland/hyprprofiles/profiles/Youtube/start-hook.sh b/user/wm/hyprland/hyprprofiles/profiles/Youtube/start-hook.sh index 8419c3fa..5dd0a737 100755 --- a/user/wm/hyprland/hyprprofiles/profiles/Youtube/start-hook.sh +++ b/user/wm/hyprland/hyprprofiles/profiles/Youtube/start-hook.sh @@ -2,4 +2,4 @@ hyprctl keyword unbind SUPER,S; hyprctl keyword bind SUPER,S,exec,container-open Tech; -emacsclient --eval '(org-roam-switch-db "Producer.p/LibrePhoenix.p")' +emacsclient --eval '(org-roam-switch-db "Producer.p/LibrePhoenix.p" t)'