Ver código fonte

Call PyWAL module directly in .xinitrc

Frans Bergman 5 anos atrás
pai
commit
5b5159c8c6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .xinitrc

+ 1 - 1
.xinitrc

@@ -23,7 +23,7 @@ export QT_IM_MODULE='ibus'
 export XMODIFIERS='@im=ibus'
 ibus-daemon &
 
-wal -R
+python -m pywal -R
 setxkbmap -layout se
 
 compton &