nixos-config/user/wm/hyprland/hyprprofiles/profiles/Default/start-hook.sh
2024-03-23 09:57:00 -05:00

6 lines
147 B
Bash
Executable file

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