diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-12 15:16:39 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-12 15:16:39 +0200 |
commit | a2ca771a797a295938a0ebae7f88f1173a8101c7 (patch) | |
tree | 35318f84ef85ba4cb2daf738d914563547316c8c /.local/bin/scrwork | |
parent | New script to show date as notification; (diff) | |
download | dotfiles-bsd-a2ca771a797a295938a0ebae7f88f1173a8101c7.tar.gz dotfiles-bsd-a2ca771a797a295938a0ebae7f88f1173a8101c7.tar.bz2 dotfiles-bsd-a2ca771a797a295938a0ebae7f88f1173a8101c7.tar.xz dotfiles-bsd-a2ca771a797a295938a0ebae7f88f1173a8101c7.tar.zst dotfiles-bsd-a2ca771a797a295938a0ebae7f88f1173a8101c7.zip |
update
Diffstat (limited to '.local/bin/scrwork')
-rwxr-xr-x | .local/bin/scrwork | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.local/bin/scrwork b/.local/bin/scrwork index 3e7224b..bb1935d 100755 --- a/.local/bin/scrwork +++ b/.local/bin/scrwork @@ -39,14 +39,15 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # scrwork -# Mon Apr 11 20:02:06 CEST 2022 +# Tue Apr 12 14:47:59 CEST 2022 # Joe # # Screen setup when I'm at work -xrandr --output LVDS-1 --primary --mode 1366x768 --pos 0x312 --rotate normal +xrandr --output LVDS-1 --primary --mode 1366x768 --pos 0x649 --rotate normal xrandr --output VGA-1 --off -xrandr --output HDMI-1 --mode 1920x1080 --pos 1366x0 --rotate normal --output DP-1 --off +xrandr --output HDMI-1 --mode 1920x1080 --pos 1366x0 --rotate normal +xrandr --output DP-1 --off xrandr --output HDMI-2 --off xrandr --output HDMI-3 --off xrandr --output DP-2 --off |