[Linux] Add rofi_wallpaper.sh script

This commit is contained in:
Ivan Malison 2016-10-28 10:43:18 -07:00
parent bf9238fd54
commit e3a762951a
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/env zsh
find ~/Pictures/wallpaper/use -type l | rofi -dmenu | xargs wallpaper.sh

View File

@ -222,7 +222,7 @@ addKeys conf@XConfig {modMask = modm} =
, ((mod3Mask, xK_c), spawn "shell_command.sh")
-- ModAlt bindings
, ((modalt, xK_w), spawn "wallpaper.sh")
, ((modalt, xK_w), spawn "rofi_wallpaper.sh")
-- playerctl
, ((mod3Mask, xK_f), spawn "playerctl play-pause")