Add Super+P (Projector) shortcut
This commit is contained in:
parent
c6f21f8e5b
commit
e3300c0dbd
@ -231,6 +231,12 @@
|
||||
<command>scrot</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- Launch wdvn-projector -->
|
||||
<keybind key="W-p">
|
||||
<action name="Execute">
|
||||
<command>wdvn-projector</command>
|
||||
</action>
|
||||
</keybind>
|
||||
</keyboard>
|
||||
<mouse>
|
||||
<dragThreshold>1</dragThreshold>
|
||||
|
3
mods/graphical-me.fier.de/data/usr/local/bin/wdvn-projector
Executable file
3
mods/graphical-me.fier.de/data/usr/local/bin/wdvn-projector
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
xrandr --auto
|
||||
exec lxrandr
|
Loading…
Reference in New Issue
Block a user