....
This commit is contained in:
5
.zshrc
5
.zshrc
@ -177,13 +177,13 @@ alias sourcec="docker run --publish 7080:7080 --rm --volume ~/.sourcegraph/confi
|
||||
alias hadolint="docker run --rm -i hadolint/hadolint"
|
||||
|
||||
|
||||
telegram-desktop () { # launch telegram and send it to scratchpad
|
||||
s-telegram-desktop () { # launch telegram and send it to scratchpad
|
||||
(/usr/bin/telegram-desktop &)
|
||||
sleep 2
|
||||
i3-msg '[class="Telegram"] move scratchpad'
|
||||
}
|
||||
|
||||
telegram-desktop () { # launch telegram and send it to scratchpad
|
||||
mattermost-desktop () { # launch telegram and send it to scratchpad
|
||||
(/usr/bin/mattermost-desktop &)
|
||||
sleep 2
|
||||
i3-msg '[class="Mattermost"] move scratchpad'
|
||||
@ -197,6 +197,7 @@ theme () {
|
||||
autoload -U +X bashcompinit && bashcompinit
|
||||
complete -o nospace -C /usr/bin/vault vault
|
||||
|
||||
xset b off
|
||||
#wal -i ~/Wallpapers/5sense1.jpg
|
||||
#wal -i ~/Wallpapers/steampunk_1.jpg
|
||||
#wal -i ~/Wallpapers/steampunk_5.jpg
|
||||
|
Reference in New Issue
Block a user