1
0
Fork 0

fix dmenupass

This commit is contained in:
Luca Bilke 2023-02-21 17:50:50 +01:00
parent 64409dba7f
commit a248bfc780
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
#!/bin/sh #!/bin/sh
dmenupasspath="$(which dmenupass)"
export XCURSOR_PATH="${XDG_DATA_HOME:-$HOME/.local/share}/icons" export XCURSOR_PATH="${XDG_DATA_HOME:-$HOME/.local/share}/icons"
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme. 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 VIRTUAL_ENV_DISABLE_PROMPT=1
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads. export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
export AWT_TOOLKIT="MToolkit wmname LG3D" #May have to install wmname export AWT_TOOLKIT="MToolkit wmname LG3D" #May have to install wmname