diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-24 18:22:52 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-24 18:22:52 +0530 |
commit | 46141fa54b7a21d78282896bb70667dc25e49684 (patch) | |
tree | 7abfec618c41976940231e7741a36e503085cb2e /.xinitrc | |
parent | 81808a6d71e561993608068d994c0615872d6c33 (diff) |
fixed error when starting up startpage server
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,6 +49,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi nitrogen --restore & -startpage-server & +# startpage-server & picom & exec xmonad |