feat(hyprland): add browser keybind
This commit is contained in:
parent
182dd20f88
commit
4160e35c61
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
];
|
||||
home.sessionVariables = {
|
||||
TERMINAL = "kitty";
|
||||
BROWSER = ", firefox";
|
||||
};
|
||||
|
||||
home.persistence."/persist/home/rafiq" = {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue