finch
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
finch [2009/05/09 08:26] – created k2patel | finch [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
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 | ||
+ | </ | ||
+ | |||
+ | ==== 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:: | ||
+ | c-a-n = window-next | ||
+ | </ | ||
+ | |||
+ | 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:: | ||
+ | a-c-n = window-next | ||
+ | a-n= | ||
+ | </ | ||
+ | To see the list of available rebindable actions for the focused widget, press " | ||
finch.1241857610.txt.gz · Last modified: 2020/08/10 02:30 (external edit)