1
0
forked from extern/nix-config

Change bspwm_and_dunst.sh to done.sh

Before pkill would try to terminate the script since it had "dunst" in
its name. This is the solution for that, and it also makes adding new
commands in the future easier.
This commit is contained in:
Donovan Glover 2018-10-17 01:20:42 -04:00
parent 635432b33a
commit d4740a92c1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
5 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ fi
# Set the color scheme to a random one. Note that this command
# needs to be run after any screen resolution changes.
wal -o ~/.config/wal/bspwm_and_dunst.sh -i ~/Pictures/Wallpapers
wal -o ~/.config/wal/done.sh -i ~/Pictures/Wallpapers
# Never blank the screen (disable power saving)
xset s off -dpms

View File

@ -67,7 +67,7 @@ if not set -q set_abbr
abbr f "launch feh --auto-zoom" # Easy image viewing with f
abbr z "launch zathura -c ~/.cache/wal" # Easy document browsing with z
abbr m "launch mpv" # Easy media playing with m
abbr w "wal -o ~/.config/wal/bspwm_and_dunst.sh"
abbr w "wal -o ~/.config/wal/done.sh"
abbr T "tree"
abbr lium "launch chromium" # Launch chromium separate from the terminal

View File

@ -26,7 +26,7 @@ alias r rename
alias d delete
# Alias w to wal
alias w shell -fs launch wal -o "$HOME/.config/wal/bspwm_and_dunst.sh" -i %f
alias w shell -fs launch wal -o "$HOME/.config/wal/done.sh" -i %f
set use_preview_script true
set preview_files true

View File

@ -193,6 +193,6 @@ alt + backslash
# ===================
alt + m
wal -o ~/.config/wal/bspwm_and_dunst.sh -i ~/Pictures/Wallpapers
wal -o ~/.config/wal/done.sh -i ~/Pictures/Wallpapers
# vim:ft=sxhkdrc