mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 15:15:52 +05:30
6 lines
151 B
Bash
6 lines
151 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
hyprctl keyword unbind SUPER,S;
|
||
|
hyprctl keyword bind SUPER,S,exec,container-open Bard;
|
||
|
emacsclient --eval '(org-roam-switch-db "Bard.p" t)'
|