mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Simplified qutebrowser container config
This commit is contained in:
parent
9c6334f57e
commit
c3ffed0755
4 changed files with 121 additions and 753 deletions
5
user/wm/hyprland/hyprprofiles/profiles/Bard/start-hook.sh
Executable file
5
user/wm/hyprland/hyprprofiles/profiles/Bard/start-hook.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/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)'
|
5
user/wm/hyprland/hyprprofiles/profiles/Gamdev/start-hook.sh
Executable file
5
user/wm/hyprland/hyprprofiles/profiles/Gamdev/start-hook.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/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)'
|
Loading…
Add table
Add a link
Reference in a new issue