diff options
| author | Steve Lee <me@xiangyangli.com> | 2022-04-24 06:54:33 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2022-04-24 06:54:33 +0800 |
| commit | cf44ca6f30e1362c390b14475ed4690d0b8da7e1 (patch) | |
| tree | f995f12e2d201daa76a6fc7091a322443b680168 /.config/i3 | |
| parent | 1e7c1dd60e95c46fa007891720297b867dd920d9 (diff) | |
| download | dotfiles-cf44ca6f30e1362c390b14475ed4690d0b8da7e1.tar.xz dotfiles-cf44ca6f30e1362c390b14475ed4690d0b8da7e1.zip | |
update
Diffstat (limited to '.config/i3')
| -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 c9555f4..074e17b 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 --mode 1280x720 && xrandr --output HDMI2 --off +bindsym $mod+i exec xrandr --output eDP1 --auto && 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 eDP1 --mode 1280x720 --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 --auto --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 |
