commit 8be01d5af44abdb7f60cb4259cea67a8c68b576e from: mtmn date: Thu Jul 16 15:11:29 2026 UTC volare: fix conflict with emacs commit - 752840d16e307a4261e20b5165ad44a3c7674297 commit + 8be01d5af44abdb7f60cb4259cea67a8c68b576e blob - ab60a71bc9b45094923692df9a33416687f83922 blob + d80da640ceca879566510a4f55879c0860470a34 --- hosts/void/overlays/config/volare/config +++ hosts/void/overlays/config/volare/config @@ -129,7 +129,7 @@ mouse_warping none bindsym $mod+shift+h splith bindsym $mod+shift+v splitv - bindsym $mod+x split none + bindsym $mod+s split none bindsym $mod+q fullscreen bindsym $mod+Shift+f fullscreen toggle blob - 6b560effa495c7e80097356fd3abc91afc661bca blob + 0d0db0d8c28a80c69103590c209e00f4841352c9 --- modules/mixins/dotfiles/bin/pinentry-bemenu +++ modules/mixins/dotfiles/bin/pinentry-bemenu @@ -1,4 +1,4 @@ #!/bin/bash -BEMENU_OPTS="--fn 'Ttyp0 OTB' --tb '#1d2021' --tf '#fabd2f' \ - --nb '#1d2021' --nf '#ebdbb2' --hb '#458588' --hf '#1d2021' \ - --bdr '#458588'" /usr/sbin/pinentry-bemenu "$@" +BEMENU_OPTS="--fn 'Ttyp0 OTB' '#1d2021' --tf '#fabd2f' \ + --nb '#1d2021' --nf '#ebdbb2' --hb '#458588' --hf '#1d2021'" \ + /usr/sbin/pinentry-bemenu "$@" blob - 73d9fa1f52dd69070a3e4baee561d28d566b8586 blob + 8aa99c0efd1c57f812367aee0ac5d8cb61c0c9f4 --- modules/mixins/dotfiles/config/shell/rc/aliased-short-names +++ modules/mixins/dotfiles/config/shell/rc/aliased-short-names @@ -3,6 +3,7 @@ alias pws='LC_ALL=C tr -dc a-zA-Z0-9 < /dev/urandom | head -c 20; echo' alias pwc='pwd | sed "s|$|/|" | wl-copy -n' +alias em='emacsclient --no-window-system' alias f='magdalena look-file' alias m='mntmenu' alias p='pmn'