add a vnc passthrough mode to sxhkd
This commit is contained in:
parent
3d622628ec
commit
27ce103377
@ -147,6 +147,7 @@
|
||||
${pkgs.coreutils}/bin/ln -sf $config_prefix/sxhkd/sxhkdrc /home/usr/.config/sxhkd/sxhkdrc
|
||||
${pkgs.coreutils}/bin/ln -sf $config_prefix/sxhkd/mouse /home/usr/.config/sxhkd/mouse
|
||||
${pkgs.coreutils}/bin/ln -sf $config_prefix/sxhkd/nodemanip /home/usr/.config/sxhkd/nodemanip
|
||||
${pkgs.coreutils}/bin/ln -sf $config_prefix/sxhkd/vnc /home/usr/.config/sxhkd/vnc
|
||||
|
||||
mkdir -p /home/usr/.config/todoman
|
||||
${pkgs.coreutils}/bin/ln -sf $config_prefix/todoman/config.py /home/usr/.config/todoman/config.py
|
||||
|
@ -103,6 +103,10 @@ ctrl + b; {t,f,s}
|
||||
shift + Insert
|
||||
dmenu-special
|
||||
|
||||
# switch to vnc passthrough mode
|
||||
super + v
|
||||
sxhkd-mode vnc
|
||||
|
||||
# phone specific -- send the escape key since we can't use it
|
||||
ctrl + b; [
|
||||
xdotool key Escape
|
||||
|
3
config/sxhkd/vnc
Normal file
3
config/sxhkd/vnc
Normal file
@ -0,0 +1,3 @@
|
||||
# allow us to transmit meta commands over vnc
|
||||
super + v
|
||||
sxhkd-mode sxhkdrc
|
Loading…
Reference in New Issue
Block a user