commit d05d84867ed6df685d3b437178110502b41ab2eb from: mtmn date: Mon Aug 3 16:38:45 2026 UTC rewrite wagu and fix aerc keybindings commit - 24d85999d2fc8915aad15646326da25605ea3bee commit + d05d84867ed6df685d3b437178110502b41ab2eb blob - c597dceb5b3a5722b703c2b894c892c37951692f (mode 644) blob + b83e2f51da9044a7c82ac9551160ca9fde92242e (mode 755) --- hosts/void/overlays/bin/wagu +++ hosts/void/overlays/bin/wagu @@ -1,21 +1,17 @@ -#!/bin/bash +#!/bin/sh +export XDG_CURRENT_DESKTOP=sway +export XDG_SESSION_TYPE=wayland +export MOZ_ENABLE_WAYLAND=1 +export GDK_BACKEND='wayland,x11' +export QT_QPA_PLATFORM='wayland;xcb' +export SDL_VIDEODRIVER='wayland,x11' +export ELECTRON_OZONE_PLATFORM_HINT=auto -env=( - XDG_CURRENT_DESKTOP=sway - XDG_SESSION_TYPE=wayland - MOZ_ENABLE_WAYLAND=1 - GDK_BACKEND='wayland,x11' - QT_QPA_PLATFORM='wayland;xcb' - SDL_VIDEODRIVER='wayland,x11' - ELECTRON_OZONE_PLATFORM_HINT=auto -) -export "${env[@]}" - -[[ -e /run/opengl-driver ]] || sudo ln -sfn \ +[ -e /run/opengl-driver ] || sudo ln -sfn \ "$(grep -oh '/nix/store/[^ ]*' /nix/store/*-non-nixos-gpu/lib/tmpfiles.d/non-nixos-gpu.conf | head -1)" \ /run/opengl-driver keychain --eval --ssh-agent-socket "$XDG_RUNTIME_DIR/ssh-agent.socket" WM=${WM:-volare} -dbus-run-session -- "$WM" 2>&1 | vlogger -t "$WM" +exec dbus-run-session -- "$WM" 2>&1 | vlogger -t "$WM" blob - ba53840b35d22e42868cfaa82f18b20a71993098 blob + 73b8c8d61314b23a053bb072892e321bf2dc8a7c --- modules/mixins/dotfiles/config/aerc/binds.conf +++ modules/mixins/dotfiles/config/aerc/binds.conf @@ -66,8 +66,8 @@ m = :compose b = :bounce -rr = :reply -f -rq = :reply -fq +rr = :reply +rq = :reply -q c = :cf $ = :term @@ -107,8 +107,8 @@ A = :archive flat = :open-link f = :forward -rr = :reply -a -rq = :reply -aq +rr = :reply +rq = :reply -q Rr = :reply Rq = :reply -q