Commit Graph

46 Commits

Author SHA1 Message Date
Simon Gomizelj 2b0cfd4b59 Add a termite.cfg option for setting term.
Quick fix to add a configuration option to override the terminal. Add
something like this to termite.cfg to use:

[terminal]
term = screen-256color

This distinction is to indicate this option won't be reloadable at
runtime. Code needs to be cleaned up.
2012-06-08 14:09:11 -04:00
Daniel Micay 5f42dec963 fix allow_bold setting 2012-06-08 12:27:16 -04:00
Daniel Micay 1294bd21ed move transparency setting to config file 2012-06-07 21:05:31 -04:00
Daniel Micay 92c3e955a6 remove URL_COMMAND 2012-06-07 20:22:23 -04:00
Daniel Micay ca2f60b977 Merge branch 'master' into config-file
Conflicts:
	config.h
2012-06-07 16:40:18 -04:00
Daniel Micay f96ea8689d use config file to set colors 2012-06-07 15:01:40 -04:00
Daniel Micay c2d12b7503 move foreground/background color to config file 2012-06-07 14:43:41 -04:00
Daniel Micay a20849d453 set cursor color from config 2012-06-07 14:39:02 -04:00
Daniel Micay c3c5bf131e move setting colors to load_config 2012-06-07 14:36:50 -04:00
Daniel Micay dba6bc7357 move CLICKABLE_URL setting to config 2012-06-07 14:15:31 -04:00
Daniel Micay 5a0b025f52 move ICON_NAME to config file 2012-06-07 14:10:38 -04:00
Daniel Micay 17275bd887 move URGENT_ON_BEEP and DYNAMIC_TITLE to config 2012-06-07 13:54:15 -04:00
Daniel Micay d1f54e57fc move cursor_blink and cursor_shape to the config 2012-06-07 13:36:03 -04:00
Daniel Micay a5cfc12864 set scrollback_lines via config 2012-06-07 12:58:07 -04:00
Daniel Micay abf580c186 set font via termite.cfg 2012-06-07 12:55:08 -04:00
Daniel Micay 3a799f80d9 move the rest of the boolean settings to key file 2012-06-07 12:35:01 -04:00
Daniel Micay 226f39f08a start on config file implementation 2012-06-07 12:22:24 -04:00
Simon Gomizelj 8130c9dde1 ( and ) are valid characters for URLs
I noticed disambiguation wikipedia links weren't being matched properly.
2012-06-07 07:33:57 -04:00
Daniel Micay f7d751d043 get rid of old cursor_blink setting 2012-06-06 20:59:13 -04:00
Daniel Micay 1e04f80965 add a setting for the cursor color 2012-06-04 14:57:27 -04:00
Daniel Micay b31388d4fc leave url_regex outside of an ifdef for now 2012-06-04 10:40:46 -04:00
Simon Gomizelj 17f23074ca Add setting to configure shape. 2012-06-01 20:55:06 -04:00
Daniel Micay ad5c8c97e4 make cursor blink setting a bit more flexible 2012-06-01 06:10:17 -04:00
Daniel Micay 178859fe3c Merge branch 'cursor' of https://github.com/vodik/termite into cursor-blink 2012-06-01 06:00:04 -04:00
Daniel Micay 69b0dc99f1 get rid of the resize grip 2012-06-01 05:14:44 -04:00
Daniel Micay 167e5947b5 cleaner keybinding config 2012-05-31 09:38:13 -04:00
Daniel Micay 9c7815314b make keybindings easy to configure 2012-05-31 09:31:54 -04:00
Simon Gomizelj 4dbd92e478 Add cursor_blink to control blinking. 2012-05-31 02:36:09 -04:00
Daniel Micay 56c1f04cc6 more flexible url command 2012-05-30 13:56:40 -04:00
Daniel Micay dac26bd406 rm useless include guard 2012-05-30 13:43:24 -04:00
Daniel Micay b0abd5abd8 make icon an option in config.h 2012-05-30 06:54:10 -04:00
Daniel Micay 5c307b1184 vte-256color terminfo works well 2012-05-25 10:18:50 -04:00
Daniel Micay 476a3d9975 cleanup transparency option 2012-05-25 08:41:46 -04:00
Daniel Micay 0b8d55dac5 add transparency support 2012-05-24 02:52:47 -04:00
Daniel Micay b6b8c8f7fc Revert "add opacity support"
This reverts commit 055c0c4797.
2012-05-24 01:24:59 -04:00
Daniel Micay 055c0c4797 add opacity support 2012-05-24 00:40:14 -04:00
Daniel Micay ae5857c944 make clickable urls optional 2012-05-23 23:41:55 -04:00
Daniel Micay 84c2f68792 use a custom TERM/terminfo with kbs set correctly 2012-05-23 07:47:56 -04:00
Daniel Micay df69a9b1f5 add comments with the color names 2012-05-22 08:58:39 -04:00
Daniel Micay 5959961302 dynamic window titles 2012-05-22 08:22:31 -04:00
Daniel Micay e398fcb7d2 implement urgent on beep 2012-05-22 07:47:51 -04:00
Daniel Micay b64cf58a50 initial simple implementation of clickable urls 2012-05-22 07:15:28 -04:00
Daniel Micay f45220a6ee switch default font to Monospace 9 2012-05-22 06:53:48 -04:00
Daniel Micay 5dcbb38ed3 add url regex matching 2012-05-22 05:10:54 -04:00
Daniel Micay d859e35dea expose more VTE settings 2012-05-22 00:55:48 -04:00
Daniel Micay e4a92c7efd initial commit 2012-05-22 00:34:35 -04:00