Files
dotfiles/profiles/desktop/.config/i3/xrandr.sh
Daniel Bauer f73d80c03f update
2020-02-20 09:16:08 +01:00

7 lines
113 B
Bash
Executable File

#!/bin/bash
if [ -f ~/.screenlayout/default.sh ]; then
echo "test"
bash ~/.screenlayout/default.sh
fi