Skip to content

Commit d21e077

Browse files
ff2mpv
1 parent bf0d9d7 commit d21e077

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/programs/browsers/firefox/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
DontCheckDefaultBrowser = true;
1717
OfferToSaveLogins = false;
1818
};
19-
# nativeMessagingHosts = [];
19+
nativeMessagingHosts = with pkgs; [ff2mpv-rust];
2020
profiles.user = {
2121
extensions = {
2222
force = true;

modules/wm/niri/home.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@
180180
};
181181

182182
# Screencast
183-
"Shift+R".action.screenshot-screen = { };
184-
"Ctrl+R".action.set-dynamic-cast-window = { };
185-
"Ctrl+Shift+R".action.clear-dynamic-cast-target = { };
183+
"Mod+Shift+R".action.set-dynamic-cast-monitor = { };
184+
"Mod+Ctrl+R".action.set-dynamic-cast-window = { };
185+
"Mod+R".action.clear-dynamic-cast-target = { };
186186

187187
# WM keybinds
188188
"Mod+Shift+C".action = close-window;

0 commit comments

Comments
 (0)