logo

dotfiles

My dotfiles, one branch per machine
commit: 1712e052257e266a0697ddd952907795f1ca97a9
parent: 91e2aebc53bd72bcb4e7669cf78014ff48ac3fa4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 27 Jul 2019 02:28:17 +0200

.profile: Override QtStyle to adwaita-dark

Diffstat:

M.profile1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -26,6 +26,7 @@ export SSH_AGENT_PID=$(cat ${HOME}/.ssh/agent.pid) export SSH_AUTH_SOCK="${HOME}/.ssh/agent.sock" export TERMINAL='st' export TZ='Europe/Paris' +export QT_STYLE_OVERRIDE=adwaita-dark # Input Method export XMODIFIERS=@im=uim