Skip to content

Instantly share code, notes, and snippets.

Created January 7, 2018 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/fc3b1b3e721d2827049002fc5a40b9ce to your computer and use it in GitHub Desktop.
Save anonymous/fc3b1b3e721d2827049002fc5a40b9ce to your computer and use it in GitHub Desktop.
start jwm
<?xml version="1.0"?>
<JWM>
<!-- Startup for program. -->
<StartupCommand>xrandr --output VGA-0 --off --output DVI-0 --off --output \HDMI-0 --mode 1280x1024 --pos 0x0 --rotate normal &amp;</StartupCommand>
<StartupCommand>~/.fehbg &amp;</StartupCommand>
<StartupCommand>sleep 2s &amp;&amp; notify-send "Welcome to Kibojoe Linux!" &amp;</StartupCommand>
<StartupCommand>sleep 4s &amp;&amp; /usr/lib/xfce-polkit/xfce-polkit &amp;</StartupCommand>
<StartupCommand>sleep 5s &amp;&amp; xrdb merge .Xresources &amp;</StartupCommand>
<StartupCommand>sleep 6s &amp;&amp; numlockx &amp;</StartupCommand>
<StartupCommand>sleep 7s &amp;&amp; xautolock -time 30 -locker 'i3lock -c 444444' &amp;</StartupCommand>
<StartupCommand>sleep 10s &amp;&amp; /usr/bin/kibojoe/upnotifier &amp;</StartupCommand>
</JWM>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment