nixos-config/user/wm/hyprland/hyprprofiles/profiles/Gamdev/start-hook.sh

6 lines
158 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 "Gamedev.s" t)'