浏览代码

Call PyWAL module directly in .xinitrc

Frans Bergman 5 年之前
父节点
当前提交
5b5159c8c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 &