4 lines
95 B
Bash
4 lines
95 B
Bash
|
#!/bin/bash
|
||
|
source $HOME/.config/sway/displays.sh
|
||
|
swaymsg output $LAPTOP bg ~/.background fill
|