File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
programs/browsers/firefox Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 DontCheckDefaultBrowser = true ;
1717 OfferToSaveLogins = false ;
1818 } ;
19- # nativeMessagingHosts = [ ];
19+ nativeMessagingHosts = with pkgs ; [ ff2mpv-rust ] ;
2020 profiles . user = {
2121 extensions = {
2222 force = true ;
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments