Remove unused i3 video modes

This commit is contained in:
Daniel Siepmann 2022-04-11 07:50:18 +02:00
parent 9f42237e25
commit 437e893592
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -207,15 +207,12 @@ exec xrandr --output eDP1 --scale 0.75x0.75 --mode 2560x1440 --brightness 1
exec xbacklight -set 25
bindsym $mod+Shift+a exec xrandr --auto
# display mode
set $mode_setup Setup: [a]uto [e]extern only [w]ork [h]ome [i]intern [r]ecord [v]ideo
set $mode_setup Setup: [a]uto [e]extern only [h]ome [i]intern [r]ecord [v]ideo
mode "$mode_setup" {
bindsym a exec xrandr --auto --output eDP1 --scale 1x1 --mode 1920x1080 && xbacklight -set 10;
bindsym e exec xrandr --auto --output eDP1 --off
bindsym w exec xrandr --output eDP1 --off --output DP1 --scale 1x1 --mode 2560x1440 && setxkbmap -option ctrl:nocaps && setxkbmap -option compose:ralt
bindsym h exec xrandr --output eDP1 --off --output DP2-1 --scale 1x1 --mode 2560x1440 && setxkbmap -option ctrl:nocaps && setxkbmap -option compose:ralt && setxkbmap -option numpad:mac
bindsym v exec xrandr --auto --output DP2-1 --primary --scale 1x1 --mode 2560x1440 --output eDP1 --mode 1920x1080 --left-of DP2-1 && setxkbmap -option ctrl:nocaps && setxkbmap -option compose:ralt && setxkbmap -option numpad:mac
# bindsym h exec xrandr --output eDP1 --off --output DP1 --scale 1x1 --mode 2560x1440 && setxkbmap -option ctrl:nocaps && setxkbmap -option compose:ralt && setxkbmap -option numpad:mac
bindsym i exec xrandr --output DP1 --off --output DP2 --off --output eDP1 --scale 1x1 --mode 1920x1080 && xbacklight -set 10
bindsym r exec xrandr --output DP2-1 --primary --mode 1920x1080 --output eDP1 --mode 1920x1080 --left-of DP2-1 && xbacklight -set 100;
# Mirror