mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 11:29:28 +00:00
6 lines
178 B
Bash
Executable file
6 lines
178 B
Bash
Executable file
#!/bin/bash
|
|
|
|
xrandr --output DVI-D-0 --mode 1920x1080 --pos 900x0 --output HDMI-0 --mode 1600x900 --pos 0x0 --rotate right
|
|
|
|
source ~/.config/scripts/last-two-wallpapers.sh
|
|
clear
|