From b4a6a2099d5dff5a63bb428cb979876ceca915fa Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 13 Oct 2023 18:36:34 -0500 Subject: [PATCH] Updated some hyprprofiles --- user/wm/hyprland/hyprprofiles/profiles/Personal/start-hook.sh | 1 + user/wm/hyprland/hyprprofiles/profiles/Teaching/start-hook.sh | 2 +- user/wm/hyprland/hyprprofiles/profiles/Youtube/start-hook.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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)'