Daniel Micay
5f9a4026e5
error reporting for the rest of the color parsing
2012-06-19 17:37:52 -04:00
Daniel Micay
46f1aa9ea9
rm unnecessary VTE_TERMINAL casts
2012-06-19 16:11:48 -04:00
Daniel Micay
86baaf5508
add error reporting for color parsing
2012-06-19 15:59:36 -04:00
Simon Gomizelj
adf0df826b
Unify the duplicated focus_{in,_out}_cb functions
2012-06-16 03:41:43 -04:00
Simon Gomizelj
85e69bf58c
Merge pull request #27 from dubhater/master
...
Fix for issue #23
2012-06-16 00:40:30 -07:00
Daniel Micay
54172d53bf
rm useless glib typedef usage
2012-06-16 01:02:29 -04:00
Daniel Micay
f075a89078
cleanup
2012-06-16 00:33:19 -04:00
Daniel Micay
b938d4fbce
add an -e switch
2012-06-16 00:31:50 -04:00
cantabile
5f2d073b68
Unset the urgency hint when losing focus
2012-06-15 23:45:39 +03:00
Daniel Micay
dc9abb2244
add geometry switch (size in pixels)
2012-06-11 23:50:45 -04:00
Daniel Micay
eb12f23cc9
allow dynamic setting of transparency
2012-06-11 16:38:01 -04:00
Daniel Micay
ea056cb31b
replace first_run param with check for NULL term
2012-06-11 14:48:51 -04:00
Daniel Micay
546a4d72f9
add keybinding to reload configuration file
2012-06-11 14:45:38 -04:00
Daniel Micay
90d1685188
free old browser_cmd[0]
2012-06-11 14:33:49 -04:00
Daniel Micay
9b6c44f487
use consistent style
2012-06-11 14:26:51 -04:00
Daniel Micay
9a15fb7dcd
free the role string
2012-06-11 00:03:19 -04:00
Daniel Micay
5b27bab6cf
minor cleanup
2012-06-10 14:16:51 -04:00
Daniel Micay
cefa307367
rm extra space
2012-06-10 14:11:25 -04:00
Simon Gomizelj
7e0a933332
cursor shouldn't have a default value.
...
Enabling it changes cursor behaviour. Cursor is no longer drawn with
foreground and background colors reversed.
2012-06-09 07:19:16 -04:00
Daniel Micay
2df06c31a0
get rid of config.h
2012-06-08 16:16:41 -04:00
Simon Gomizelj
34930c19e0
Lots of cleanup work.
2012-06-08 16:08:26 -04:00
Daniel Micay
ca96b678f3
fix write-strings warning
2012-06-08 16:01:36 -04:00
Daniel Micay
dd83a2e6a2
fix getenv usage (string needs to be copied)
2012-06-08 15:48:30 -04:00
Simon Gomizelj
eb72c755d4
Add a .gitignore
2012-06-08 15:07:11 -04:00
Simon Gomizelj
e799a075ff
Make cursor_* case insensitive
2012-06-08 14:52:17 -04:00
Daniel Micay
596672e5ee
document term setting
2012-06-08 14:42:09 -04:00
Daniel Micay
6797050b75
missing const for string constant
2012-06-08 14:33:22 -04:00
Daniel Micay
3efc9e2c2f
Merge branch 'term' of https://github.com/vodik/termite
2012-06-08 14:31:00 -04:00
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
fb6193d028
wrap really long line
2012-06-08 13:26:36 -04:00
Daniel Micay
4bde4a1b37
vim modeline
2012-06-08 12:56:46 -04:00
Daniel Micay
0a258ecf9d
Makefile: use a consistent style
2012-06-08 12:46:58 -04:00
Daniel Micay
cfa9ef8f11
make load_config a bit more readable
2012-06-08 12:44:08 -04:00
Daniel Micay
f0f135c77d
GError var is now only used by the color parsing
2012-06-08 12:39:25 -04:00
Daniel Micay
5f42dec963
fix allow_bold setting
2012-06-08 12:27:16 -04:00
Daniel Micay
5b171ebc3c
Merge pull request #20 from vodik/makefile
...
Let CFLAGS and LDFLAGS be amended.
2012-06-08 09:26:12 -07:00
Simon Gomizelj
b14d92f70b
Let CFLAGS and LDFLAGS be amended.
...
Also adds clean.
2012-06-08 12:14:26 -04:00
LemonBoy
a2e4bda8fc
Config option to enable/disable bold font
2012-06-08 12:13:31 -04:00
Daniel Micay
d359190a28
update README
2012-06-08 00:20:16 -04:00
Daniel Micay
69a86f7eff
document browser setting
2012-06-08 00:17:16 -04:00
Daniel Micay
834263a7e2
turn off stupid clang warning
2012-06-07 21:50:44 -04:00
Daniel Micay
2c08b341c5
now has a config file
2012-06-07 21:20:40 -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
671b3d7a0e
Merge pull request #17 from vodik/config-file
...
Add browser settings.
2012-06-07 17:19:58 -07:00
Daniel Micay
82bcca3b86
fallback to system config files
2012-06-07 20:09:52 -04:00
Simon Gomizelj
6b122293aa
Cleanup
2012-06-07 19:36:59 -04:00
Simon Gomizelj
e365aa19db
Add a browser configuration setting.
...
Add "browser" to termite.cfg to hardcode the URL to launch links with.
If its not set, query BROWSER environmental variable.
2012-06-07 19:36:36 -04:00
Simon Gomizelj
8d71f04b58
Call g_getenv only one at startup.
2012-06-07 19:36:35 -04:00
Daniel Micay
94f6ed428f
use g_get_user_config_dir to to find the config
2012-06-07 19:25:04 -04:00