summary refs log tree commit diff
path: root/_config/Terminal
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2011-09-10 23:39:00 -0400
committerJune McEnroe <june@causal.agency>2011-09-10 23:39:00 -0400
commit36019958591715a8839f243d58bcf97c953805a6 (patch)
tree08149276f62d9e3e3314635123f719c83514650d /_config/Terminal
parentEnabled interactive comments in ZSH (diff)
downloadsrc-36019958591715a8839f243d58bcf97c953805a6.tar.gz
src-36019958591715a8839f243d58bcf97c953805a6.zip
Added Xfce Terminal config
Diffstat (limited to '')
-rw-r--r--_config/Terminal/terminalrc42
1 files changed, 42 insertions, 0 deletions
diff --git a/_config/Terminal/terminalrc b/_config/Terminal/terminalrc
new file mode 100644
index 00000000..14da76d1
--- /dev/null
+++ b/_config/Terminal/terminalrc
@@ -0,0 +1,42 @@
+[Configuration]
+FontName=Monospace 9
+MiscAlwaysShowTabs=FALSE
+MiscBell=FALSE
+MiscBordersDefault=TRUE
+MiscCursorBlinks=TRUE
+MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
+MiscDefaultGeometry=80x24
+MiscInheritGeometry=FALSE
+MiscMenubarDefault=FALSE
+MiscMouseAutohide=FALSE
+MiscToolbarsDefault=FALSE
+MiscConfirmClose=TRUE
+MiscCycleTabs=TRUE
+MiscTabCloseButtons=TRUE
+MiscTabCloseMiddleClick=TRUE
+MiscTabPosition=GTK_POS_TOP
+MiscHighlightUrls=TRUE
+ColorPalette2=#cccc00000000
+ColorPalette10=#efef29292929
+ColorPalette3=#4e4e9a9a0606
+ColorPalette11=#8a8ae2e23434
+ColorPalette4=#c4c4a0a00000
+ColorPalette12=#fcfce9e94f4f
+ColorPalette5=#34346565a4a4
+ColorPalette13=#72729f9fcfcf
+ColorPalette6=#757550507b7b
+ColorPalette14=#adad7f7fa8a8
+ColorPalette7=#060698989a9a
+ColorPalette15=#3434e2e2e2e2
+ColorPalette8=#d3d3d7d7cfcf
+ColorPalette16=#eeeeeeeeecec
+ColorPalette9=#555557575353
+ColorCursor=#ffffffffffff
+ScrollingOnOutput=FALSE
+ScrollingLines=100000
+BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
+BackgroundDarkness=0.850000
+ShortcutsNoMenukey=TRUE
+TitleMode=TERMINAL_TITLE_REPLACE
+Term=xterm-256color
+
itle='2015-08-14 15:46:51 +0200'>2015-08-14cgit: use cgit_print_error_page() where appropriateJohn Keeping 2015-08-14ui-shared: add cgit_print_error_page() functionJohn Keeping 2015-08-14ui-patch: make sure to send http headersChristian Hesse 2015-08-13Makefile: make "git/config.mak.uname" inclusion optionalJohn Keeping 2015-08-13ui-shared: show full date in tooltip if longer ago than max_relativeJohn Keeping 2015-08-13ui-shared: use common function in print_rel_date()John Keeping 2015-08-13ui-shared: extract date formatting to a functionJohn Keeping 2015-08-13filter: don't use dlsym unnecessarilyJohn Keeping 2015-08-13ui-tree: use "sane" isgraph()John Keeping 2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping 2015-08-13cache.c: fix header orderJohn Keeping 2015-08-13configfile.c: don't include system headers directlyJohn Keeping 2015-08-13Remove redundant includesJohn Keeping 2015-08-13Makefile: include Git's config.mak.unameJohn Keeping 2015-08-13tests: allow shell to be overriddenJohn Keeping 2015-08-13redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt