6 lines
159 B
Bash
Executable File
6 lines
159 B
Bash
Executable File
#!/bin/sh
|
|
|
|
hyprctl keyword unbind SUPER,S;
|
|
hyprctl keyword bind SUPER,S,exec,qutebrowser-hyprprofile;
|
|
emacsclient --eval '(org-roam-switch-db "Teaching.p" t)'
|