From 8fecbd4994f96d74b1d81b0962f9c2ef6aced903 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Sat, 24 May 2025 13:50:16 -0400 Subject: [PATCH] bye librefox --- modules/home/browsers.nix | 5 ----- modules/home/desktop.nix | 2 -- modules/home/niri.nix | 4 ++-- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/modules/home/browsers.nix b/modules/home/browsers.nix index 456944f..acbc145 100644 --- a/modules/home/browsers.nix +++ b/modules/home/browsers.nix @@ -23,11 +23,6 @@ in # policies = firefox-policies; }; - librewolf = { - enable = true; - # policies = firefox-policies; - }; - chromium = { enable = true; package = pkgs.ungoogled-chromium; diff --git a/modules/home/desktop.nix b/modules/home/desktop.nix index b011a8a..7185880 100644 --- a/modules/home/desktop.nix +++ b/modules/home/desktop.nix @@ -121,8 +121,6 @@ protonplus fstl - # librewolf - wl-color-picker # screen recording and streaming diff --git a/modules/home/niri.nix b/modules/home/niri.nix index dca8a4c..b02cb66 100644 --- a/modules/home/niri.nix +++ b/modules/home/niri.nix @@ -331,7 +331,7 @@ in }; "Mod+W" = { - hotkey-overlay.title = "window switcher"; + hotkey-overlay.title = "Window Switcher"; action = wezlaunch "/home/emenel/.local/bin/sway-launcher-niri-windows"; }; @@ -500,7 +500,7 @@ in # moving the mouse or pressing any other key. "Mod+Shift+P".action = power-off-monitors; "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"; }; };