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

5 lines
90 B
Bash
Raw Normal View History

#!/bin/sh
hyprctl keyword unbind SUPER,S;
hyprctl keyword bind SUPER,S,exec,qutebrowser;