Various configuration changes
This commit is contained in:
4
config/xserver/screenlayout/three_monitor_work_setup.sh
Executable file
4
config/xserver/screenlayout/three_monitor_work_setup.sh
Executable 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
|
5
config/xserver/set_randr_layout
Executable file
5
config/xserver/set_randr_layout
Executable 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"
|
@ -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
|
||||
|
Reference in New Issue
Block a user