Script patching
This commit is contained in:
parent
ef05b269e3
commit
a23ca9b9bf
2 changed files with 1 additions and 8 deletions
|
|
@ -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
|
# 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
|
# 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
|
# $PINENTRY_USER_DATA which will eventually reach the pinentry-wrapper script and launch
|
||||||
|
|
|
||||||
|
|
@ -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 "$@"
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue