2023-09-15 19:17:01 -07:00

10 lines
113 B
Bash
Executable File

#!/bin/bash
script="$HOME/.screenlayout/layout.sh"
if [ -f "$script" ]; then
$script
fi
nitrogen --restore