User Tools

Site Tools


ubuntu:mouse:mouse_shortcuts_with_xbindkeys:start_xbindkeys

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:mouse:mouse_shortcuts_with_xbindkeys:start_xbindkeys [2021/10/25 11:50] peterubuntu:mouse:mouse_shortcuts_with_xbindkeys:start_xbindkeys [2021/10/26 08:50] (current) peter
Line 1: Line 1:
 ====== Ubuntu - Mouse - Mouse shortcuts with xbindkeys - Start xbindkeys ====== ====== Ubuntu - Mouse - Mouse shortcuts with xbindkeys - Start xbindkeys ======
 +
 +By default xbindkeys does not start on reboot and therefore can be added to the startup process if required.
 +
 +  * Follow any process for starting this automatically as required.
  
 **xbindkeys** needs to be started to work. **xbindkeys** needs to be started to work.
 +
 +----
 +
 +===== Run it Manually =====
 +
 +<code bash>
 +xbindkeys
 +</code>
 +
 +<WRAP info>
 +**NOTE:** This can be used when testing.
 +</WRAP>
 +
  
 ---- ----
Line 15: Line 32:
 <WRAP info> <WRAP info>
 **NOTE:**  The **&** means it will start in the background and the rest of the script will continue to run. **NOTE:**  The **&** means it will start in the background and the rest of the script will continue to run.
 +
 +  * If a display manager is used, xbindkeys can be started in a script named **~/.xprofile**.
 +  * The display manager will run that **~/.xprofile** script after it has started Xorg and before it starts your desktop.
 +    * Create that **.xprofile** file and make it executable with **chmod +x ....**.
 +    * For its contents, the following could be used: <file bash>
 +#!/bin/bash
 +xbindkeys &
 +</file>
 +
 </WRAP> </WRAP>
  
  
  
ubuntu/mouse/mouse_shortcuts_with_xbindkeys/start_xbindkeys.1635162610.txt.gz · Last modified: 2021/10/25 11:50 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki