nixos-config/user/wm/hyprland/hyprprofiles/profiles/Bard/start-hook.sh

6 lines
155 B
Bash
Raw Permalink Normal View History

#!/bin/sh
hyprctl keyword unbind SUPER,S;
hyprctl keyword bind SUPER,S,exec,qutebrowser-hyprprofile;
emacsclient --eval '(org-roam-switch-db "Bard.p" t)'