From a23ca9b9bf846add936f80247c83a1fe047c5497 Mon Sep 17 00:00:00 2001 From: agryphus Date: Mon, 16 Oct 2023 00:34:03 -0400 Subject: [PATCH] Script patching --- .local/bin/overrides/passmenu | 2 +- .local/bin/overrides/zathura | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100755 .local/bin/overrides/zathura diff --git a/.local/bin/overrides/passmenu b/.local/bin/overrides/passmenu index ecf45f2..7d524a5 100755 --- a/.local/bin/overrides/passmenu +++ b/.local/bin/overrides/passmenu @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # This script exists because I want to use dmenu instead of dmenu-wl, which passmenu # defaults to if it sees that your $WAYLAND_DISPLAY variable is set. I also passed # $PINENTRY_USER_DATA which will eventually reach the pinentry-wrapper script and launch diff --git a/.local/bin/overrides/zathura b/.local/bin/overrides/zathura deleted file mode 100755 index 387908a..0000000 --- a/.local/bin/overrides/zathura +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/sh -# This was created because the x backend of zathura did not want to listen -# to the $DISPLAY environment variable and refused to open inside of my VcXsrv x -# server instance. I could not alias this in my .zshrc either because when zathura -# is launched from dmenu or from vimtex, it would not follow the alias. -GDK_BACKEND=x11 /usr/bin/zathura "$@" -