mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
disable emac 2
This commit is contained in:
parent
1e18ba1bd5
commit
a74ddd2ee8
9 changed files with 16 additions and 32 deletions
|
@ -1,5 +1,4 @@
|
|||
#!/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)'
|
||||
hyprctl keyword unbind SUPER,S
|
||||
hyprctl keyword bind SUPER,S,exec,container-open Bard
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
hyprctl keyword unbind SUPER,S;
|
||||
hyprctl keyword bind SUPER,S,exec,qutebrowser;
|
||||
emacsclient --eval '(org-roam-switch-db "Personal.p" t)'
|
||||
hyprctl keyword unbind SUPER,S
|
||||
hyprctl keyword bind SUPER,S,exec,qutebrowser
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
hyprctl keyword unbind SUPER,S;
|
||||
hyprctl keyword bind SUPER,S,exec,container-open Gamedev;
|
||||
emacsclient --eval '(org-roam-switch-db "Gamedev.s" t)'
|
||||
hyprctl keyword unbind SUPER,S
|
||||
hyprctl keyword bind SUPER,S,exec,container-open Gamedev
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
hyprctl keyword unbind SUPER,S;
|
||||
hyprctl keyword bind SUPER,S,exec,container-open Teaching;
|
||||
emacsclient --eval '(org-roam-switch-db "Teaching.p" t)'
|
||||
hyprctl keyword unbind SUPER,S
|
||||
hyprctl keyword bind SUPER,S,exec,container-open Teaching
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
hyprctl keyword unbind SUPER,S;
|
||||
hyprctl keyword bind SUPER,S,exec,container-open Tech;
|
||||
emacsclient --eval '(org-roam-switch-db "Producer.p\/LibrePhoenix.p" t)'
|
||||
hyprctl keyword unbind SUPER,S
|
||||
hyprctl keyword bind SUPER,S,exec,container-open Tech
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue