5 lines
82 B
Bash
5 lines
82 B
Bash
#!/bin/sh
|
|
xrandr --output Virtual-1 --mode 1920x1080
|
|
nitrogen --restore &
|
|
picom &
|