add aristotle-vnc
This commit is contained in:
parent
36fbebdbef
commit
c6237bd0ae
5
builds/utils/aristotle-vnc
Executable file
5
builds/utils/aristotle-vnc
Executable file
@ -0,0 +1,5 @@
|
||||
ssh aristotle -L 5900:localhost:5900 "x11vnc -display :1 -noxdamage -auth ~/.local/share/sx/xauthority" & disown
|
||||
sleep 3
|
||||
bspc rule -a Vncviewer desktop=aristrcon
|
||||
vncviewer localhost:5900
|
||||
bspc rule -r Vncviewer
|
@ -45,7 +45,7 @@ keyboard () {
|
||||
xkbset exp =bo
|
||||
xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock
|
||||
xset -r 161 # tablet rotate key doesn't need repeat
|
||||
xset r rate 200 80
|
||||
xset r rate 300 80
|
||||
}
|
||||
|
||||
desktops="01 02 03 04 05 06 07 08 09"
|
||||
|
@ -19,3 +19,6 @@
|
||||
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
|
||||
[alias]
|
||||
stauts = status
|
||||
|
Loading…
Reference in New Issue
Block a user