Add Movescreen

Allow move the focused window on an adjacent monitor
This commit is contained in:
Imperator 2021-09-17 15:50:37 +02:00 committed by Lionel
parent b20dab2adf
commit ec5cf62b33
3 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,8 @@
<property name="&lt;Alt&gt;x" type="string" value="exo-open --launch TerminalEmulator"/> <property name="&lt;Alt&gt;x" type="string" value="exo-open --launch TerminalEmulator"/>
<property name="&lt;Super&gt;e" type="string" value="exo-open --launch FileManager"/> <property name="&lt;Super&gt;e" type="string" value="exo-open --launch FileManager"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;l" type="string" value="xtrlock"/> <property name="&lt;Primary&gt;&lt;Alt&gt;l" type="string" value="xtrlock"/>
<property name="&lt;Shift&gt;&lt;Super&gt;Left" type="string" value="movescreen left"/>
<property name="&lt;Shift&gt;&lt;Super&gt;Right" type="string" value="movescreen right"/>
</property> </property>
</property> </property>
<property name="xfwm4" type="empty"> <property name="xfwm4" type="empty">

View File

@ -11,3 +11,5 @@ thunar-volman
thunar-archive-plugin thunar-archive-plugin
dbus-x11 dbus-x11
compton compton
wmctrl
xdotool

Binary file not shown.