Browse Source

Call PyWAL module directly in .xinitrc

Frans Bergman 5 years ago
parent
commit
5b5159c8c6
1 changed files with 1 additions and 1 deletions
  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 &