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

6 lines
159 B
Bash
Raw Normal View History

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