feat(hyprland): add browser keybind

This commit is contained in:
Mohammad Rafiq 2025-05-18 20:23:04 +08:00
parent 182dd20f88
commit 4160e35c61
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@
];
home.sessionVariables = {
TERMINAL = "kitty";
BROWSER = ", firefox";
};
home.persistence."/persist/home/rafiq" = {

View file

@ -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"