diff options
| author | Steve Lee <me@xiangyangli.com> | 2018-08-17 05:45:52 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2018-08-17 05:45:52 +0800 |
| commit | 177afa1e18f021d235409438de022531508d823c (patch) | |
| tree | 50d8f7c2cec6ff990c82c564ecbac765907c7c4d /.config/i3 | |
| parent | 6e9929ae5add4149a87de3ccfcd71ddd5e1268e4 (diff) | |
| download | dotfiles-177afa1e18f021d235409438de022531508d823c.tar.xz dotfiles-177afa1e18f021d235409438de022531508d823c.zip | |
update i3 config for u2417h
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/i3/config b/.config/i3/config index 140e541..a16579b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -184,12 +184,13 @@ exec --no-startup-id xcompmgr -c -f -n # exec --no-startup-id feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg # bindsym $mod+p exec xrandr --output VGA1 --auto && xrandr --output LVDS1 --off && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg -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 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 DP1 --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 DP1 --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 +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+Shift+u exec xrandr --output VGA1 --auto --left-of LVDS1 && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg #exec --no-startup-id wicd-gtk |
