mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 15:49:40 +01:00
Update aliases
This commit is contained in:
parent
ef707de1f5
commit
92d257a661
2
.aliases
2
.aliases
@ -1,4 +1,4 @@
|
|||||||
alias newbg="wal -i ~/Pictures/Wallpapers/Desktop/ --backend=haishoku"
|
alias newbg="wal -i ~/Pictures/Wallpapers/Desktop/ --backend=haishoku -o ~/scripts/misc/restart_dunst.sh"
|
||||||
alias af=alias-finder
|
alias af=alias-finder
|
||||||
alias ls=lsd
|
alias ls=lsd
|
||||||
alias lt="lsd --tree"
|
alias lt="lsd --tree"
|
||||||
|
4
scripts/misc/restart_dunst.sh
Executable file
4
scripts/misc/restart_dunst.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
killall dunst
|
||||||
|
dunst &
|
||||||
|
notify-send "Environment reloaded!"
|
Loading…
Reference in New Issue
Block a user