diff --git a/screenlayout/.screenlayout/keyboard-and-bg.sh b/screenlayout/.screenlayout/keyboard-and-bg.sh index 02ca8f4..9eaeacc 100755 --- a/screenlayout/.screenlayout/keyboard-and-bg.sh +++ b/screenlayout/.screenlayout/keyboard-and-bg.sh @@ -1,5 +1,5 @@ #!/bin/sh -pkill compton +pkill picom setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -option caps:escape -option compose:ralt i3 restart changepaper diff --git a/screenlayout/.screenlayout/titan-one.sh b/screenlayout/.screenlayout/titan-one.sh index 388865d..d082cb0 100755 --- a/screenlayout/.screenlayout/titan-one.sh +++ b/screenlayout/.screenlayout/titan-one.sh @@ -1,4 +1,4 @@ #!/bin/sh -pkill compton +pkill picom 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 keyboard-and-bg.sh diff --git a/screenlayout/.screenlayout/titan-three.sh b/screenlayout/.screenlayout/titan-three.sh index 969d35c..8c5453f 100755 --- a/screenlayout/.screenlayout/titan-three.sh +++ b/screenlayout/.screenlayout/titan-three.sh @@ -1,2 +1,4 @@ #!/bin/sh +pkill picom xrandr --output eDP-1 --mode 1920x1080 --pos 1920x1440 --rotate normal --output DP-1 --off --output HDMI-1 --primary --mode 1920x1080 --pos 0x1440 --rotate normal --output DP-2 --mode 2560x1440 --pos 0x0 --rotate normal --output HDMI-2 --off +keyboard-and-bg.sh