From d2821eb3ed37512fe09df0de81a3227b49f0ce14 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Mon, 26 Nov 2018 04:40:23 +0800 Subject: i3 eDP1 1280x720 --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index a16579b..c9555f4 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -187,9 +187,9 @@ exec --no-startup-id xcompmgr -c -f -n #bindsym $mod+p exec xrandr --output DP1 --auto && xrandr --output eDP1 --off && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg bindsym $mod+p exec xrandr --output HDMI2 --auto && xrandr --output eDP1 --off && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg # bindsym $mod+i exec xrandr --output LVDS1 --auto && xrandr --output VGA1 --off -bindsym $mod+i exec xrandr --output eDP1 --auto && xrandr --output HDMI2 --off +bindsym $mod+i exec xrandr --output eDP1 --mode 1280x720 && xrandr --output HDMI2 --off # bindsym $mod+u exec xrandr --output VGA1 --auto --right-of LVDS1 && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg -bindsym $mod+u exec xrandr --output HDMI2 --auto --right-of eDP1 && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg +bindsym $mod+u exec xrandr --output eDP1 --mode 1280x720 --output HDMI2 --auto --right-of eDP1 && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg #bindsym $mod+Shift+u exec xrandr --output VGA1 --auto --left-of LVDS1 && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg -- cgit v1.2.3