Преглед на файлове

Seperated out xinitrc and xsessionrc for compatability reasons.

xinitrc now contains only x11 startup info (reading Xresources and launching i3) and calls xsessionrc.

xsessionrc now contains personalization of X11 (generating i3 config file, numlock, etc.).
Tom Flucke преди 8 години
родител
ревизия
db5979bb7d
променени са 2 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 0 5
      .xinitrc
  2. 5 0
      .xsessionrc

+ 0 - 5
.xinitrc

@@ -1,8 +1,3 @@
 [[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
 
-source ~/.config/env/*.sh
-
-numlockx &
-
-#exec xautolock -time 15 -locker '/usr/local/bin/suspend' &
 exec /usr/bin/i3

+ 5 - 0
.xsessionrc

@@ -0,0 +1,5 @@
+cat $(ls $HOME/.i3/*.config | sort) > $HOME/.i3/config
+
+numlockx
+
+#exec xautolock -time 15 -locker '/usr/local/bin/suspend' &