feat(omp): nix shell
This commit is contained in:
parent
2cd8f38847
commit
616cdc0e81
4 changed files with 23 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue