Add presenter mode

This commit is contained in:
Tobias Reisinger 2021-11-21 14:58:26 +01:00
parent 5d2643b023
commit 113ef82727
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 10 additions and 1 deletions
.config

View file

@ -12,6 +12,7 @@ alias aliases.local='$EDITOR ~/.config/aliasrc.local && . ~/.config/aliasrc'
alias artisan='./artisan'
alias bfg='java -jar ~/tools/bfg-1.13.0.jar'
alias bspwm-present='pkill xcompmgr; bspc monitor "$MONITOR_PRIMARY" -d web terminal 3 4 5 6 7 8 9 presenter1; bspc monitor "$MONITOR_SECONDARY" -d presenter2'
alias clip='xclip -selection clipboard'
alias cp='cp -iv'