Updating config based on linux laptop

This commit is contained in:
Random936
2023-09-15 19:16:41 -07:00
parent e69f29cba5
commit 1e08189024
3 changed files with 46 additions and 32 deletions

View File

@@ -1,2 +1,9 @@
#!/bin/sh
xrandr --output DP-1 --off --output DP-2 --primary --mode 3440x1440 --pos 2560x0 --rotate normal --output HDMI-1 --mode 2560x1080 --pos 0x647 --rotate normal --output DP-3 --off
#!/bin/bash
script="$HOME/.screenlayout/layout.sh"
if [ -f "$script" ]; then
$script
fi
nitrogen --restore