Skip to content

Commit

Permalink
Connect only external monitor using HDMI-1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonwind committed Aug 29, 2021
1 parent c4e9337 commit bde6bd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,6 @@ bindsym $mod+mod1+1 exec "xrandr --output eDP-1 --auto --output DP-2-2 --off --o

# laptop in docking station; connect only external monitors
bindsym $mod+mod1+2 exec "xrandr --output eDP-1 --off --output DP-2-2 --auto --output DP-2-1 --auto --left-of DP-2-2"

# use only single external monitor
bindsym $mod+mod1+3 exec "xrandr --output eDP-1 --off --output HDMI-1 --auto"

0 comments on commit bde6bd7

Please sign in to comment.