feat(omp): nix shell

This commit is contained in:
Paul Fey 2025-02-15 21:46:53 +01:00
parent 2cd8f38847
commit 616cdc0e81
4 changed files with 23 additions and 1 deletions

View file

@ -7,6 +7,6 @@ read -r LS < "$LID_STATE_FILE"
case "$LS" in
*open) swaymsg output "$LAPTOP_OUTPUT" enable ;;
*closed) swaymsg output "$LAPTOP_OUTPUT" disable ;;
*closed) swaylock -i ~/.wallpaper & swaymsg output "$LAPTOP_OUTPUT" disable ;;
*) echo "Could not get lid state" >&2 ; exit 1 ;;
esac