mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: stop links opening in wrong profile
This commit is contained in:
parent
875083a74e
commit
3f6f3fbed7
6 changed files with 117 additions and 16 deletions
|
|
@ -4,11 +4,12 @@
|
|||
enable = true;
|
||||
package = pkgs.firefox; # uses overrides
|
||||
policies = {
|
||||
CaptivePortal = false;
|
||||
# CaptivePortal = false;
|
||||
DisableFirefoxStudies = true;
|
||||
DisablePocket = true;
|
||||
DisableTelemetry = true;
|
||||
DisableFirefoxAccounts = false;
|
||||
DisplayBookmarksToolbar = "always";
|
||||
NoDefaultBookmarks = true;
|
||||
OfferToSaveLogins = false;
|
||||
OfferToSaveLoginsDefault = false;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
picard-tools
|
||||
audacity
|
||||
sox
|
||||
feishin
|
||||
|
||||
# printing
|
||||
cups
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ in
|
|||
lib.recursiveUpdate
|
||||
{
|
||||
"${modifier}+q" = "kill";
|
||||
"${modifier}+f" = "exec firefox";
|
||||
"${modifier}+f" = "exec firefox -p cl_adm";
|
||||
"${modifier}+Shift+f" = "exec swaymsg fullscreen";
|
||||
"${modifier}+Space" = "exec fuzzel";
|
||||
"${modifier}+Shift+Space" = "floating toggle";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue