ubuntu:mouse:mouse_shortcuts_with_xbindkeys:start_xbindkeys
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:mouse:mouse_shortcuts_with_xbindkeys:start_xbindkeys [2021/10/25 11:47] – created peter | ubuntu: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. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Run it Manually ===== | ||
+ | |||
+ | <code bash> | ||
+ | xbindkeys | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** This can be used when testing. | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Start xbindkeys when starting xorg ===== | ||
+ | |||
+ | Edit **~/ | ||
+ | |||
+ | <file bash ~/ | ||
+ | xbindkeys & | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * If a display manager is used, xbindkeys can be started in a script named **~/ | ||
+ | * The display manager will run that **~/ | ||
+ | * Create that **.xprofile** file and make it executable with **chmod +x ....**. | ||
+ | * For its contents, the following could be used: <file bash> | ||
+ | #!/bin/bash | ||
+ | xbindkeys & | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
ubuntu/mouse/mouse_shortcuts_with_xbindkeys/start_xbindkeys.1635162464.txt.gz · Last modified: 2021/10/25 11:47 by peter