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"; }; };