Various configuration changes

This commit is contained in:
Wryn Wagner
2019-09-26 10:13:45 -06:00
parent 53f9a55b58
commit b6055a10e4
12 changed files with 368 additions and 46 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
xrandr --output DP-0 --off --output DP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-0 --off --output DP-2 --mode 2880x1800 --pos 3840x0 --rotate normal --output DP-3 --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-4 --off
xrandr --output DP-2 --scale 0.7x0.7 && feh --bg-fill $HOME/Pictures/bg/vegeta.jpg $HOME/Pictures/bg/altaria.jpg $HOME/Pictures/bg/captainfalcon.jpg >/dev/null 2>/dev/null

View File

@ -0,0 +1,5 @@
#!/bin/bash
source $HOME/.my_bash_env
XSERVER_DIR="$DOTWRYN/config/xserver"
"$XSERVER_DIR/screenlayout/three_monitor_work_setup.sh"

View File

@ -1,5 +1,9 @@
#!/bin/bash
source $HOME/.my_bash_env
XSERVER_DIR="$DOTWRYN/config/xserver"
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
/home/w0ryn/.screenlayout/default.sh
"$XSERVER_DIR/set_randr_layout" &
exec i3