Browse Source

Call PyWAL module directly in .xinitrc

Frans Bergman 5 năm trước cách đây
mục cha
commit
5b5159c8c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 &