updates i3wm conf after display renaming
This commit is contained in:
parent
e3af5bf438
commit
4e13a5c991
1 changed files with 2 additions and 2 deletions
|
@ -174,8 +174,8 @@ bindsym Mod4+r mode "resize"
|
||||||
# Screen display
|
# Screen display
|
||||||
set $mode_display Display (b) Bureau, (s) single
|
set $mode_display Display (b) Bureau, (s) single
|
||||||
mode "$mode_display" {
|
mode "$mode_display" {
|
||||||
bindsym b exec xrandr --output DP2-1 --auto --right-of eDP1 --output DP1-2 --auto --right-of DP2-1
|
bindsym b exec xrandr --output DP-2-1 --auto --right-of eDP-1 --output DP-1-2 --auto --right-of DP-2-1
|
||||||
bindsym s exec xrandr --output DP2-1 --off --output DP1-2 --off
|
bindsym s exec xrandr --output DP-2-1 --off --output DP-1-2 --off
|
||||||
|
|
||||||
# back to normal: Enter or Escape
|
# back to normal: Enter or Escape
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
|
|
Loading…
Add table
Reference in a new issue