mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
14 lines
353 B
Bash
Executable File
14 lines
353 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/bin/numlockx on
|
|
|
|
#xrandr --output HDMI1 --mode 1920x1080
|
|
#xrandr --output HDMI2 --mode 1920x1080
|
|
|
|
xrandr --output HDMI-A-1 --mode 1920x1080 --pos 0x0 --rate 60.0 \
|
|
--output HDMI-A-0 --mode 1920x1080 --right-of HDMI-A-1 --rate 74.97
|
|
|
|
sleep 3
|
|
/home/bruno/Apps/linuxShortcuts/start-oxo.sh "organize"
|
|
echo "desktop" > /home/bruno/.layout
|