bye librefox

This commit is contained in:
Matt Nish-Lapidus 2025-05-24 13:50:16 -04:00
parent 3b27902fc0
commit 8fecbd4994
3 changed files with 2 additions and 9 deletions

View file

@ -23,11 +23,6 @@ in
# policies = firefox-policies; # policies = firefox-policies;
}; };
librewolf = {
enable = true;
# policies = firefox-policies;
};
chromium = { chromium = {
enable = true; enable = true;
package = pkgs.ungoogled-chromium; package = pkgs.ungoogled-chromium;

View file

@ -121,8 +121,6 @@
protonplus protonplus
fstl fstl
# librewolf
wl-color-picker wl-color-picker
# screen recording and streaming # screen recording and streaming

View file

@ -331,7 +331,7 @@ in
}; };
"Mod+W" = { "Mod+W" = {
hotkey-overlay.title = "window switcher"; hotkey-overlay.title = "Window Switcher";
action = wezlaunch "/home/emenel/.local/bin/sway-launcher-niri-windows"; action = wezlaunch "/home/emenel/.local/bin/sway-launcher-niri-windows";
}; };
@ -500,7 +500,7 @@ in
# moving the mouse or pressing any other key. # moving the mouse or pressing any other key.
"Mod+Shift+P".action = power-off-monitors; "Mod+Shift+P".action = power-off-monitors;
"Mod+Shift+Alt+P" = { "Mod+Shift+Alt+P" = {
hotkey-overlay.title = "Turn Displays On"; hotkey-overlay.title = "Turn Laptop Display On";
action = spawn "niri" "msg" "output" "eDP-1" "on"; action = spawn "niri" "msg" "output" "eDP-1" "on";
}; };
}; };