5 lines
113 B
Bash
Executable file
5 lines
113 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
layout=`autorandr | rofi -dmenu -i -p "Select layout:" | awk '{print $1}'`
|
|
autorandr $layout
|
|
|