2023-10-08 00:56:55 +05:30
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
hyprctl keyword unbind SUPER,S;
|
2024-08-14 02:15:45 +05:30
|
|
|
hyprctl keyword bind SUPER,S,exec,qutebrowser-hyprprofile;
|
2023-10-15 08:15:28 +05:30
|
|
|
emacsclient --eval '(org-roam-switch-db "Producer.p\/LibrePhoenix.p" t)'
|