[NixOS] [XMonad] Add rofi_shutter and an xmonad binding for it
This commit is contained in:
7
dotfiles/lib/functions/rofi_shutter
Executable file
7
dotfiles/lib/functions/rofi_shutter
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
function rofi_shutter {
|
||||
rofi -i -dmenu | xargs shutter -n -e
|
||||
}
|
||||
|
||||
rofi_shutter
|
Reference in New Issue
Block a user