---
title: "notify-send"
date: 2021-08-01
published: false
tags:
  - cli
  - linux
template: blog-post
---



``` bash
xinput float $(xinput list --id-only "AT Translated Set 2 keyboard") | notify-send "laptop keeb floated" -i ~/Pictures/8bitcc.png
```
