[NixOS] [XMonad] Add rofi_shutter and an xmonad binding for it

This commit is contained in:
2023-07-28 12:12:46 -06:00
parent 73cf253f62
commit 09693ad572
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env sh
function rofi_shutter {
rofi -i -dmenu | xargs shutter -n -e
}
rofi_shutter