diff options
| author | Steve Lee <me@xiangyangli.com> | 2018-11-26 04:40:23 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2018-11-26 04:40:23 +0800 |
| commit | d2821eb3ed37512fe09df0de81a3227b49f0ce14 (patch) | |
| tree | 8a3f1a1bea81f107cca0ec6bb808a016f0c7df38 | |
| parent | 177afa1e18f021d235409438de022531508d823c (diff) | |
| download | dotfiles-d2821eb3ed37512fe09df0de81a3227b49f0ce14.tar.xz dotfiles-d2821eb3ed37512fe09df0de81a3227b49f0ce14.zip | |
i3 eDP1 1280x720
| -rw-r--r-- | .config/i3/config | 4 |
1 files 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 |
