chawan as manpager and fixes to rebuild shortcuts

This commit is contained in:
Noah Masur
2025-11-13 21:33:06 -06:00
parent 407e9c3af8
commit 2f274cd652
4 changed files with 14 additions and 6 deletions

View File

@@ -204,7 +204,7 @@ in
xdg.desktopEntries.aerc = lib.mkIf (pkgs.stdenv.isLinux) {
name = "aerc";
exec = "${lib.getExe config.nmasur.presets.services.i3.terminal} aerc %u";
exec = "${lib.getExe config.nmasur.presets.services.i3.terminal} -e aerc %u";
};
xsession.windowManager.i3.config.keybindings = lib.mkIf pkgs.stdenv.isLinux {
"${config.xsession.windowManager.i3.config.modifier}+Shift+e" =
@@ -214,7 +214,7 @@ in
if terminal == pkgs.wezterm then
"start --class com.noah.aerc -- aerc"
else
"--class=com.noah.aerc --command=aerc";
"--class=com.noah.aerc -e=aerc";
in
"exec ${
# Don't name the script `aerc` or it will affect grep