summary refs log tree commit diff
path: root/.config/Terminal/terminalrc
blob: 6977c87f0be68afce2b7b66432abce9a32cbb60e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[Configuration]
FontName=DejaVu Sans Mono for Powerline 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
ScrollingOnOutput=FALSE
ScrollingLines=100000
BackgroundDarkness=0.850000
ShortcutsNoMenukey=TRUE
TitleMode=TERMINAL_TITLE_REPLACE
Term=xterm-256color
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
ScrollingBar=TERMINAL_SCROLLBAR_NONE
ColorCursor=#dd00dd00dd00
ColorForeground=#dd00dd00dd00
ColorBackground=#115511551155
ColorPalette1=#115511551155
ColorPalette2=#88ff55553366
ColorPalette3=#9900aa995599
ColorPalette4=#dd2288444455
ColorPalette5=#66aa99ffbb55
ColorPalette6=#aaaa775599ff
ColorPalette7=#7755bb55aaaa
ColorPalette8=#dd00dd00dd00
ColorPalette9=#550055005500
ColorPalette10=#aacc44114422
ColorPalette11=#9900aa995599
ColorPalette12=#ff44bbff7755
ColorPalette13=#66aa99ffbb55
ColorPalette14=#aaaa775599ff
ColorPalette15=#7755bb55aaaa
ColorPalette16=#ff55ff55ff55
r'>2017-07-31Fix removing clients from clientCastJune McEnroe 2017-07-31Build with debug infoJune McEnroe 2017-07-31Don't dump tiles in coreJune McEnroe 2017-07-31Use designated initializers for messagesJune McEnroe I did not realize this syntax was so powerful. 2017-07-31Show other clients' cursorsJune McEnroe Also unfuck removing on send failure. 2017-07-31Perform enter as two moves rather than a loopJune McEnroe 2017-07-31Track tile access countsJune McEnroe 2017-07-31Adjust move speed in clientJune McEnroe 2017-07-31Handle large movesJune McEnroe 2017-07-30Optimize builds for chrootJune McEnroe 2017-07-30Persist bright across color changesJune McEnroe 2017-07-30Add index.htmlJune McEnroe 2017-07-30Add snapshot.shJune McEnroe 2017-07-30Fix termcap patch for background colorsJune McEnroe 2017-07-30Update helpJune McEnroe 2017-07-30Fix help to track colorJune McEnroe 2017-07-30Support background colorsJune McEnroe 2017-07-30Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe