XFCE4 terminal as backup
This commit is contained in:
parent
86b702aa7c
commit
28717569cb
|
@ -0,0 +1 @@
|
||||||
|
accels.scm
|
|
@ -0,0 +1,6 @@
|
||||||
|
[Scheme]
|
||||||
|
Name=gruvbox dark
|
||||||
|
ColorForeground=#ebdbb2
|
||||||
|
ColorBackground=#282828
|
||||||
|
ColorPalette=#282828;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
|
||||||
|
TabActivityColor=#bf4040
|
|
@ -0,0 +1,39 @@
|
||||||
|
[Configuration]
|
||||||
|
MiscAlwaysShowTabs=FALSE
|
||||||
|
MiscBell=TRUE
|
||||||
|
MiscBellUrgent=TRUE
|
||||||
|
MiscBordersDefault=FALSE
|
||||||
|
MiscCursorBlinks=FALSE
|
||||||
|
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
|
||||||
|
MiscDefaultGeometry=80x24
|
||||||
|
MiscInheritGeometry=FALSE
|
||||||
|
MiscMenubarDefault=FALSE
|
||||||
|
MiscMouseAutohide=TRUE
|
||||||
|
MiscMouseWheelZoom=TRUE
|
||||||
|
MiscToolbarDefault=FALSE
|
||||||
|
MiscConfirmClose=FALSE
|
||||||
|
MiscCycleTabs=TRUE
|
||||||
|
MiscTabCloseButtons=TRUE
|
||||||
|
MiscTabCloseMiddleClick=TRUE
|
||||||
|
MiscTabPosition=GTK_POS_TOP
|
||||||
|
MiscHighlightUrls=TRUE
|
||||||
|
MiscMiddleClickOpensUri=TRUE
|
||||||
|
MiscCopyOnSelect=TRUE
|
||||||
|
MiscShowRelaunchDialog=TRUE
|
||||||
|
MiscRewrapOnResize=TRUE
|
||||||
|
MiscUseShiftArrowsToScroll=FALSE
|
||||||
|
MiscSlimTabs=FALSE
|
||||||
|
MiscNewTabAdjacent=FALSE
|
||||||
|
FontName=Anonymous Pro 12
|
||||||
|
MiscSearchDialogOpacity=100
|
||||||
|
MiscShowUnsafePasteDialog=TRUE
|
||||||
|
TextBlinkMode=TERMINAL_TEXT_BLINK_MODE_NEVER
|
||||||
|
ColorPalette=#282828;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
|
||||||
|
ColorForeground=#ebdbb2
|
||||||
|
TabActivityColor=#bf4040
|
||||||
|
Encoding=UTF-8
|
||||||
|
TitleInitial=Xfce4-Terminal
|
||||||
|
ScrollingLines=50000
|
||||||
|
MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU
|
||||||
|
ColorBackground=#282828
|
||||||
|
|
Loading…
Reference in New Issue