Skip to content

Commit bb666f0

Browse files
committed
feat: replace keybind for firefox with zen
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent 19a62a5 commit bb666f0

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

Users/WickedWizard/Programs/Browsers/firefox.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ in
3636
# programs.autostart.packages = with pkgs; [ firefox ];
3737

3838
wayland.windowManager.hyprland.settings = {
39-
bind = [
40-
"SUPER, V, exec, firefox"
41-
];
39+
# bind = [
40+
# "SUPER, V, exec, firefox"
41+
# ];
4242
windowrule = [
4343
"match:initial_class (firefox), workspace 1"
4444
];

Users/WickedWizard/Programs/Browsers/zen.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
};
1010
};
1111

12+
wayland.windowManager.hyprland.settings = {
13+
bind = [
14+
"SUPER, V, exec, app.zen_browser.zen"
15+
];
16+
};
17+
1218
programs.autostart.flatpaks = [ "app.zen_browser.zen" ];
1319

1420
# Zen, for some reason, requires this file to be writable.

0 commit comments

Comments
 (0)