mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 07:39:36 +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 ls=lsd
|
||||
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