diff --git a/common/.config/X11/xprofile b/common/.config/X11/xprofile index 26c6dd916..7c2aa5ef8 100755 --- a/common/.config/X11/xprofile +++ b/common/.config/X11/xprofile @@ -2,9 +2,9 @@ dmenupasspath="$HOME/.local/libexec/dwm/dmenupass" 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="$dmenupasspath" -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 XDG_SESSION_TYPE=X11 diff --git a/common/.config/dwm/autorun.d/setup b/common/.config/dwm/autorun.d/setup index 29855e0a5..24fb51042 100755 --- a/common/.config/dwm/autorun.d/setup +++ b/common/.config/dwm/autorun.d/setup @@ -1,7 +1,8 @@ #!/bin/sh +gnome-keyring-daemon --start --components=secrets +dbus-update-activation-environment --all + xwallpaper --zoom "$XDG_DATA_HOME/bg" remaps -qd pidof -s thunderbird >/dev/null 2>&1 || setsid -f thunderbird - -gnome-keyring-daemon --start --components=secrets diff --git a/common/.local/share/service/gnome-keyring/log/run b/common/.local/share/service/gnome-keyring/log/run deleted file mode 100755 index 67a2e96ca..000000000 --- a/common/.local/share/service/gnome-keyring/log/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec vlogger -t gnome-keyring -p daemon diff --git a/common/.local/share/service/gnome-keyring/run b/common/.local/share/service/gnome-keyring/run deleted file mode 100755 index 86f39a588..000000000 --- a/common/.local/share/service/gnome-keyring/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -exec 2>&1 -exec gnome-keyring-daemon --foreground