This great blue color for notifications in dwmblocks.
This commit is contained in:
parent
d7bf2ea26d
commit
a40c419740
5 changed files with 6 additions and 10 deletions
|
@ -27,7 +27,7 @@ twoscreen() {
|
|||
}
|
||||
|
||||
home() {
|
||||
xrandr --output "DisplayPort-${1}" --mode 2560x1440 $(echo "$allposs" | grep -v "\bDisplayPort-${1}" | awk '{print "--output", $1, "--off"}' | paste -sd ' ' -)
|
||||
xrandr --output "DisplayPort-${1}" --mode 2560x1440 --scale 1.0x1.0 $(echo "$allposs" | grep -v "\bDisplayPort-${1}" | awk '{print "--output", $1, "--off"}' | paste -sd ' ' -)
|
||||
}
|
||||
|
||||
onescreen() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue