Pārlūkot izejas kodu

Move autostart to .xinitrc

Frans Bergman 5 gadi atpakaļ
vecāks
revīzija
161f328375
2 mainītis faili ar 7 papildinājumiem un 12 dzēšanām
  1. 0 12
      .dwm/autostart.sh
  2. 7 0
      .xinitrc

+ 0 - 12
.dwm/autostart.sh

@@ -1,12 +0,0 @@
-#!/bin/sh
-# dwm autostart script
-
-wal -R
-setxkbmap -layout se
-
-pkill compton; compton &
-pkill sxhkd; sxhkd &
-pkill dwm_status.sh; ~/.scripts/dwm_status.sh &
-discord &
-pgrep redshift-gtk || redshift-gtk &
-pgrep ckb-next || ckb-next -b &

+ 7 - 0
.xinitrc

@@ -23,4 +23,11 @@ export QT_IM_MODULE='uim'
 uim-xim &
 export XMODIFIERS='@im=uim'
 
+wal -R
+setxkbmap -layout se
+
+compton &
+sxhkd &
+~/.scripts/dwm_status.sh &
+
 exec dwm