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

6 lines
157 B
Bash
Raw Normal View History

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