From 4160e35c610d9acde660a9a0c900d04d3952d99c Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 18 May 2025 20:23:04 +0800 Subject: [PATCH] feat(hyprland): add browser keybind --- homes/x86_64-linux/rafiq/default.nix | 1 + homes/x86_64-linux/rafiq/programs/hyprland.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/homes/x86_64-linux/rafiq/default.nix b/homes/x86_64-linux/rafiq/default.nix index 208edbb..d65bba8 100644 --- a/homes/x86_64-linux/rafiq/default.nix +++ b/homes/x86_64-linux/rafiq/default.nix @@ -11,6 +11,7 @@ ]; home.sessionVariables = { TERMINAL = "kitty"; + BROWSER = ", firefox"; }; home.persistence."/persist/home/rafiq" = { diff --git a/homes/x86_64-linux/rafiq/programs/hyprland.nix b/homes/x86_64-linux/rafiq/programs/hyprland.nix index 536cbd8..7acb95c 100644 --- a/homes/x86_64-linux/rafiq/programs/hyprland.nix +++ b/homes/x86_64-linux/rafiq/programs/hyprland.nix @@ -23,6 +23,7 @@ in "SUPER, W, killactive" "SUPER, return, exec, uwsm app -- $TERMINAL" + "SUPER, O, exec, uwsm app -- $BROWSER" "SUPER, H, cyclenext, visible" "SUPER, L, cyclenext, visible prev"