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:
parent
635432b33a
commit
d4740a92c1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user