diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-03 11:04:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-03 11:04:04 -0300 |
commit | adbc03d0c0532d094c3827dfe57ec643bdd26ba6 (patch) | |
tree | 780219ff53125e39de6491896a4d2864c6455c43 | |
parent | 484e301a9c33c84b91026e47e8e42c3da3b50dc8 (diff) | |
download | xsession-adbc03d0c0532d094c3827dfe57ec643bdd26ba6.tar.gz xsession-adbc03d0c0532d094c3827dfe57ec643bdd26ba6.tar.bz2 |
Feat: configuration for blueman-applet, nm-tray and pasystray startup programs
-rwxr-xr-x | xsessionrc.dot.link | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link index 424210f..e5ba399 100755 --- a/xsessionrc.dot.link +++ b/xsessionrc.dot.link @@ -7,7 +7,7 @@ BACKGROUND="" # Session applications -PROGRAMS="xconky xnm-tray" +PROGRAMS="xconky blueman-applet xnm-tray pasystray" # OS Version OSVERSION="`cut -d . -f 1 /etc/debian_version`" @@ -85,8 +85,13 @@ export SSH_ASKPASS="/usr/lib/ssh/x11-ssh-askpass" #fi # QT configuration +# # Check https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications +# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983536 +# +# Check also the xnm-tray script at the https://git.fluxo.info/utils-x11 #export QT_QPA_PLATFORMTHEME="gnome" +#export XDG_CURRENT_DESKTOP="GNOME" # Make sure to load the profile # |