Created "hyprprofile" script to asort keybinds into profiles

This commit is contained in:
Emmet 2023-10-07 14:26:55 -05:00
parent e3010396f9
commit 511e3bf626
5 changed files with 72 additions and 3 deletions

View file

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