User Tools

Site Tools


finch

Differences

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

Link to this comparison view

finch [2009/05/09 08:26]
k2patel created
finch [2009/08/04 01:14]
k2patel
Line 15: Line 15:
   * Alt + Shift + tab - previous urgent window   * Alt + Shift + tab - previous urgent window
  
 +==== Finch Control File ====
 +Finch control file named as
 +<code bash>
 +~/.gntrc
 +</​code>​
 +
 +==== Changing Default Key Bindings ====
 +Here's a small example taken from finch FAQ to show how to rebind alt+ctrl+n to switch to the next window: In ~/.gntrc, add
 +
 +<code bash>
 +[GntWM::​binding]
 +c-a-n = window-next
 +</​code>​
 +
 +Note that, the default binding alt+n will continue to switch to the next window. If you want to unbind that, add
 +
 +<code bash>
 +[GntWM::​binding]
 +a-c-n = window-next
 +a-n=
 +</​code>​
 +To see the list of available rebindable actions for the focused widget, press "​alt+/"​. ​
  
  
finch.txt ยท Last modified: 2020/08/10 02:35 (external edit)