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

6 lines
147 B
Bash
Raw Normal View History

#!/bin/sh
hyprctl keyword unbind SUPER,S;
hyprctl keyword bind SUPER,S,exec,qutebrowser;
2023-10-14 05:06:34 +05:30
emacsclient --eval '(org-roam-switch-db "Personal.p" t)'