Forcing Firefox as default browser + primary monitor on Thor

This commit is contained in:
Filippo Berto 2022-09-11 13:22:17 +02:00
parent f28e934cd0
commit 47f6c30f4e
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 11 additions and 5 deletions

View file

@ -43,7 +43,8 @@ in {
sticky_history = "yes"; sticky_history = "yes";
history_length = 20; history_length = 20;
dmenu = "dmenu -p dunst:"; dmenu = "dmenu -p dunst:";
browser = "google-chrome-stable"; # browser = "google-chrome-stable";
browser = "firefox";
always_run_script = "true"; always_run_script = "true";
title = "Dunst"; title = "Dunst";
class = "Dunst"; class = "Dunst";

View file

@ -149,6 +149,10 @@ with lib; {
layout = "us"; layout = "us";
videoDrivers = [ "nvidia" ]; videoDrivers = [ "nvidia" ];
xkbOptions = "eurosign:e,terminate:ctrl_alt_bksp,compose:rctrl"; xkbOptions = "eurosign:e,terminate:ctrl_alt_bksp,compose:rctrl";
xrandrHeads = [{
primary = true;
output = "DP-4";
}];
}; };
# gnome.gnome-remote-desktop.enable = true; # gnome.gnome-remote-desktop.enable = true;
}; };

View file

@ -33,10 +33,11 @@
gnome.gnome-calendar gnome.gnome-calendar
gnome.gnome-screenshot gnome.gnome-screenshot
gnome.gnome-sound-recorder gnome.gnome-sound-recorder
gnome.totem
# gnome.gnome-system-monitor # gnome.gnome-system-monitor
(google-chrome.override { # (google-chrome.override {
commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; # commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ];
}) # })
gucharmap gucharmap
handbrake handbrake
httpie httpie
@ -59,7 +60,7 @@
pentablet-driver pentablet-driver
procps procps
# pulseaudio # pulseaudio
# retroarchFull retroarchFull
ripgrep ripgrep
shotwell shotwell
# signal-desktop # signal-desktop