diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-03 18:11:47 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-03 18:11:47 +0100 |
commit | ef6ceae323f9a6a41dded13ee7e1e7e9a0ff0209 (patch) | |
tree | f66332f26bd9e29275f88402d7039f33fe2d7e84 /.local | |
parent | Update (diff) | |
download | dotfiles-bsd-ef6ceae323f9a6a41dded13ee7e1e7e9a0ff0209.tar.gz dotfiles-bsd-ef6ceae323f9a6a41dded13ee7e1e7e9a0ff0209.tar.bz2 dotfiles-bsd-ef6ceae323f9a6a41dded13ee7e1e7e9a0ff0209.tar.xz dotfiles-bsd-ef6ceae323f9a6a41dded13ee7e1e7e9a0ff0209.tar.zst dotfiles-bsd-ef6ceae323f9a6a41dded13ee7e1e7e9a0ff0209.zip |
Removed urlview, added CDE config
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/setscreens.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/setscreens.sh b/.local/bin/setscreens.sh index ec7c266..f718261 100755 --- a/.local/bin/setscreens.sh +++ b/.local/bin/setscreens.sh @@ -5,7 +5,7 @@ if xrandr | grep 'HDMI-1 connected'; then xrandr --output LVDS-1 --off xrandr --output HDMI-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal xrandr --output DP-1 --off - xrandr --output VGA-1 --mode 1440x900 --right-of HDMI-1 --rotate normal + xrandr --output VGA-1 --mode 1440x900 --pos 1920x180 --rotate normal xrandr --output HDMI-2 --off xrandr --output HDMI-3 --off xrandr --output DP-2 --off |