| data/autoproperties | |
| 24 | @@ -24,6 +24,18 @@ |
| 24 | } |
| 25 | |
| 26 | /* |
| 27 | Group terminal applications |
| 28 | */ |
| 29 | # Property = "(term|rxvt),(erm|xvt)" { |
| 30 | # ApplyOn = "New" |
| 31 | # Group = "term" { |
| 32 | # Size = "5" |
| 33 | # FocusedFirst = "True" |
| 34 | # Raise = "True" |
| 35 | # } |
| 36 | # } |
| 37 | |
| 38 | /* |
| 39 | Remove decor of customize toolbar window of mozilla firefox. |
| 40 | */ |
| 41 | Property = "^(gecko|Gecko|firefox-bin),^Firefox-bin,,^Customize Toolbar\$" { |
| ... | |
| data/keys | |
| 71 | @@ -71,6 +71,7 @@ |
| 71 | # Pekwm control |
| 72 | KeyPress = "Ctrl Mod1 Delete" { Actions = "Reload" } |
| 73 | KeyPress = "Mod4 D" { Actions = "ShowCmdDialog" } |
| 74 | KeyPress = "Mod4 V" { Actions = "ShowSearchDialog" } |
| 75 | KeyPress = "Mod4 H" { Actions = "Toggle HarbourHidden" } |
| 76 | |
| 77 | # - - ----------------------------------------------- - - |
| ... | |