aboutsummaryrefslogtreecommitdiff
path: root/startup
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2021-11-01 10:43:26 -0600
committerJosh Rahm <joshuarahm@gmail.com>2021-11-01 10:43:26 -0600
commit4430386d66822feae4a9828b3dabf9114301adce (patch)
treeddf53e8a72cb32a6d052aa1bd33aaf05460d4b26 /startup
parent70b1acbce0c873ec9643ccfb59352b73d2521bfb (diff)
downloadrde-4430386d66822feae4a9828b3dabf9114301adce.tar.gz
rde-4430386d66822feae4a9828b3dabf9114301adce.tar.bz2
rde-4430386d66822feae4a9828b3dabf9114301adce.zip
Add passmenu integrations.
Diffstat (limited to 'startup')
-rwxr-xr-xstartup4
1 files changed, 2 insertions, 2 deletions
diff --git a/startup b/startup
index 3fdd16f..7383d00 100755
--- a/startup
+++ b/startup
@@ -1,7 +1,7 @@
#!/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
+xrandr --output DP-2 --left-of DVI-I-1 --mode 2560x1440
# Change the background image using 'feh'
feh --bg-scale "$HOME/.xmonad/wallpaper.jpg"
@@ -18,7 +18,7 @@ if [ ! -z "$(ps aux | grep compton | grep -v grep)" ] ; then
killall compton
fi
-nohup compton --backend glx --paint-on-overlay & > /dev/null
+nohup compton --backend glx & > /dev/null
# Set the cursor to not be a big X
xsetroot -cursor_name left_ptr