Skip to content

Instantly share code, notes, and snippets.

@javierarilos
Created July 23, 2015 08:02
Show Gist options
  • Save javierarilos/0427a5821aa2a4eeb8a8 to your computer and use it in GitHub Desktop.
Save javierarilos/0427a5821aa2a4eeb8a8 to your computer and use it in GitHub Desktop.
XFCE4 keyboard shortcuts configuration - custom section
<property name="custom" type="empty
<property name="&lt;Alt&gt;Print" type="string" value="xfce4-screenshooter -w"/>
<property name="&lt;Control&gt;&lt;Alt&gt;L" type="string" value="xfce4-session-logout"/>
<property name="&lt;Super&gt;n" type="string" value="gnome-do"/>
<property name="&lt;Super&gt;m" type="string" value="xfce4-popup-whiskermenu"/>
<property name="&lt;Super&gt;c" type="string" value="xfce4-popup-clipman"/>
<property name="&lt;Super&gt;t" type="string" value="terminator"/>
<property name="&lt;Super&gt;Page_Up" type="string" value="amixer set Master 5%+ "/>
<property name="&lt;Super&gt;Page_Down" type="string" value="amixer set Master 5%-"/>
<property name="&lt;Super&gt;Home" type="string" value="amixer set Master toggle"/>
<property name="&lt;Super&gt;l" type="string" value="xflock4"/>
<property name="&lt;Primary&gt;Print" type="string" value="xfce4-screenshooter"/>
</property>
<property name="xfwm4" type="empty">
<property name="custom" type="empty">
<property name="&lt;Super&gt;Up" type="string" value="tile_up_key"/>
<property name="&lt;Super&gt;Down" type="string" value="tile_down_key"/>
<property name="&lt;Super&gt;Left" type="string" value="tile_left_key"/>
<property name="&lt;Super&gt;Right" type="string" value="tile_right_key"/>
<property name="&lt;Super&gt;d" type="string" value="show_desktop_key"/>
</property>
</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment