Updating config based on linux laptop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user