Commit Graph

7 Commits

Author SHA1 Message Date
Bastien Dejean 1a00f66ab1 Use proper comment string in vim's modeline
The dosini format's comment string is normally *;*. In order to allow
vim plugins similar to *commentary* to work, we need to set it to *#*.
2013-10-25 11:24:16 +02:00
Daniel Micay 9baf7c94e1 rm support for transparency (deprecated upstream)
I considered replacing this with `gtk_widget_set_opacity`, but it's no
more usable than window manager transparency since the font is transparent.

Since this is already broken with URL hints and won't be around in the
future, it might as well go sooner rather than later.

Closes #128
Closes #39
2013-10-19 16:45:29 -04:00
Daniel Micay 1cb51e3665 drop support for pseudo-transparency
This has been deprecated upstream, and there isn't going to be a way to
preserve the functionality. True transparency is also deprecated as a
feature of the VTE widget, but should be possible with GTK itself.
2013-10-12 18:23:05 -04:00
Evan Purkhiser 7982fac85c Add option for enabling size hints for the window
Cleaned up per discussion on #112
2013-08-07 14:53:40 -04:00
Daniel Micay 6fb386b544 make the quick_url behavior the only option 2013-02-20 03:40:43 -05:00
Daniel Micay 8a2a053857 document the quick_url configuration setting 2013-02-20 02:20:50 -05:00
Daniel Micay 16426ed18f move configuration file to a directory 2013-01-06 19:26:11 -05:00