From 766675ca92cac6aa3bb67fa45ae28da28ae86bcc Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sat, 1 Feb 2020 23:46:55 -0700 Subject: First XMonad-JRahm Commit Have an install script to install XMonad-jrahm on the expected platform. --- startup | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 startup (limited to 'startup') diff --git a/startup b/startup new file mode 100755 index 0000000..a161685 --- /dev/null +++ b/startup @@ -0,0 +1,16 @@ +#!/bin/bash + +# Switch the displays around because the default state is for them to be reversed. +xrandr --output DVI-I-1 --right-of DP-5 --mode 2560x1440 + +# Change the background image using 'feh' +feh --bg-scale ~/Downloads/marco-xu-zcvWUNrmPBQ-unsplash.jpg + +# Increase the kebyoard repeat rate and decrease the repeat time. +xset r rate 200 60 + +# Run the screensaver so I can lock it. +nohup xscreensaver & > /dev/null + +# Run a compositer to make things a little prettier. +nohup compton & > /dev/null -- cgit