diff options
author | Sam Chudnick <sam@chudnick.com> | 2021-12-11 10:08:56 -0500 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2021-12-11 10:08:56 -0500 |
commit | dcffb01c5b31b5bc9ad8da85099ea8c550aa358c (patch) | |
tree | be2968357b2beea50435b7bd77e02fe20b0c9d72 /.config/x11 | |
parent | 8f475f7f9d78eef299cd76cb8f2686e4447746aa (diff) |
Added id-init script and added it to xinitrc. Removed comment from xinitrc referencing dwm startup loop that is no longer implemented.
Diffstat (limited to '.config/x11')
-rw-r--r-- | .config/x11/xinitrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 25b2fab..49ab403 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc | |||
@@ -20,5 +20,7 @@ unclutter & | |||
20 | sxhkd & | 20 | sxhkd & |
21 | # start status bar | 21 | # start status bar |
22 | dwmblocks & | 22 | dwmblocks & |
23 | # start window manager (and keep starting when shutdown) | 23 | # initialize identity management programs |
24 | urxvt -e id-init & | ||
25 | # start window manager | ||
24 | dwm | 26 | dwm |