diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 3ccaa04..8b87621 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -45,8 +45,9 @@ alias j="jobs -l" #noindex alias dirs="dirs -v" #noindex alias src=vcat #noindex alias ping="pingp --nolegend" #noindex -alias gq="geeqie . &" -alias emerge="emerge --ask" #noindex +alias gq="geeqie . &" #noindex +alias emerge="emerge --ask" #noindex +alias xlock="i3lock -i $SHELLRC/etc/wm/locker.png" #noindex #- Замена стандартных путей для конфигурационных файлов alias mpd="mpd $SHELLRC/etc/media/mpd/mpd.conf" #noindex diff --git a/etc/wm/locker.png b/etc/wm/locker.png new file mode 100644 index 0000000..3a02ffb Binary files /dev/null and b/etc/wm/locker.png differ