diff --git a/screenlayout/.screenlayout/prometheus-one.sh b/screenlayout/.screenlayout/prometheus-one.sh index afee25a..1ba176b 100755 --- a/screenlayout/.screenlayout/prometheus-one.sh +++ b/screenlayout/.screenlayout/prometheus-one.sh @@ -1,3 +1,3 @@ #!/bin/sh xrandr --output VGA-1 --off --output LVDS-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-3 --off --output HDMI-2 --off --output HDMI-1 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off -setxkbmap -option caps:escape & +~/.screenlayout/keyboard-and-bg.sh diff --git a/screenlayout/.screenlayout/prometheus-two.sh b/screenlayout/.screenlayout/prometheus-two.sh index e6a6435..7703bcb 100755 --- a/screenlayout/.screenlayout/prometheus-two.sh +++ b/screenlayout/.screenlayout/prometheus-two.sh @@ -1,3 +1,4 @@ #!/bin/sh xrandr --output VGA-1 --mode 1280x1024 --pos 1366x0 --rotate normal --output LVDS-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-3 --off --output HDMI-2 --off --output HDMI-1 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off +~/.screenlayout/keyboard-and-bg.sh setxkbmap -option caps:escape & diff --git a/screenlayout/.screenlayout/titan-one.sh b/screenlayout/.screenlayout/titan-one.sh index 2742296..6262a7a 100755 --- a/screenlayout/.screenlayout/titan-one.sh +++ b/screenlayout/.screenlayout/titan-one.sh @@ -1,3 +1,3 @@ #!/bin/sh xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off -setxkbmap -option caps:escape & +~/.screenlayout/keyboard-and-bg.sh diff --git a/screenlayout/.screenlayout/titan-two-horiz.sh b/screenlayout/.screenlayout/titan-two-horiz.sh index b773aec..4fae356 100755 --- a/screenlayout/.screenlayout/titan-two-horiz.sh +++ b/screenlayout/.screenlayout/titan-two-horiz.sh @@ -1,3 +1,3 @@ #!/bin/sh xrandr --output HDMI-2 --off --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off -setxkbmap -option caps:escape & +~/.screenlayout/keyboard-and-bg.sh