forked from colonelpanic/dotfiles
[Linux] Add rofi_wallpaper.sh script
This commit is contained in:
parent
bf9238fd54
commit
e3a762951a
3
dotfiles/lib/bin/rofi_wallpaper.sh
Executable file
3
dotfiles/lib/bin/rofi_wallpaper.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
find ~/Pictures/wallpaper/use -type l | rofi -dmenu | xargs wallpaper.sh
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user