Change firefox and discord packages

This commit is contained in:
Natsu Kagami 2022-05-15 14:21:42 -04:00
parent d207cd4beb
commit 3d4b1ee8a8
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -97,8 +97,8 @@ in
{ command = "systemctl --user restart waybar"; always = true; }
# Startup programs
{ command = "${pkgs.flameshot}/bin/flameshot"; }
{ command = "${pkgs.firefox}/bin/firefox"; }
{ command = "${pkgs.unstable.discord}/bin/discord"; }
{ command = "${config.programs.firefox.package}/bin/firefox"; }
{ command = "${pkgs.discord}/bin/discord"; }
];
### Keybindings
@ -159,7 +159,7 @@ in
{ class = "^firefox$"; }
];
"${builtins.elemAt workspaces 1}" = [
{ class = "^Discord$"; }
{ class = "^(d|D)iscord$"; }
];
};
focus.followMouse = true;