Add presenter mode
This commit is contained in:
parent
5d2643b023
commit
113ef82727
5 changed files with 10 additions and 1 deletions
|
@ -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'
|
||||
|
|
|
@ -42,6 +42,9 @@ bspc desktop web --layout monocle
|
|||
bspc desktop focus --layout monocle
|
||||
bspc desktop side-view --layout monocle
|
||||
|
||||
bspc desktop presenter1 --layout monocle
|
||||
bspc desktop presenter2 --layout monocle
|
||||
|
||||
bspc config border_width 1
|
||||
bspc config window_gap 10
|
||||
|
||||
|
|
|
@ -55,6 +55,8 @@
|
|||
ws-icon-3 = messenger;
|
||||
ws-icon-4 = focus;
|
||||
ws-icon-5 = side-view;
|
||||
ws-icon-6 = presenter1;
|
||||
ws-icon-7 = presenter2;
|
||||
ws-icon-default =
|
||||
|
||||
enable-scroll = false
|
||||
|
|
|
@ -132,6 +132,9 @@ super + {_,shift + }{1-9,0}
|
|||
super + {_,shift + } dead_circumflex
|
||||
bspc {desktop -f,node -d} 'focus'
|
||||
|
||||
super + shift + p
|
||||
bspc desktop 'presenter1' --swap 'presenter2'
|
||||
|
||||
#
|
||||
# preselect
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
. $HOME/.config/environment
|
||||
|
||||
xcompmgr -n -f -D3 &
|
||||
xcompmgr -n -fF -D3 &
|
||||
numlockx on
|
||||
|
||||
setxkbmap de
|
||||
|
|
Loading…
Reference in a new issue