fix dmenupass
This commit is contained in:
parent
64409dba7f
commit
a248bfc780
|
@ -1,8 +1,10 @@
|
|||
#!/bin/sh
|
||||
dmenupasspath="$(which dmenupass)"
|
||||
|
||||
export XCURSOR_PATH="${XDG_DATA_HOME:-$HOME/.local/share}/icons"
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
|
||||
export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
|
||||
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
|
||||
export SUDO_ASKPASS="$dmenupasspath"
|
||||
export VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
|
||||
export AWT_TOOLKIT="MToolkit wmname LG3D" #May have to install wmname
|
||||
|
|
Loading…
Reference in New Issue