Skip to content

Commit 3203d78

Browse files
committedSep 24, 2023
xfcec4-terminal: add terminalrc
1 parent 807b233 commit 3203d78

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
 

‎.config/xfce4/terminal/terminalrc

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[Configuration]
2+
BackgroundDarkness=0.780000
3+
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
4+
ColorPalette=rgb(0,0,0);rgb(170,0,0);rgb(0,170,0);rgb(170,85,0);rgb(44,128,214);rgb(170,0,170);rgb(0,170,170);rgb(170,170,170);rgb(85,85,85);rgb(255,85,85);rgb(85,255,85);rgb(255,255,85);rgb(85,85,255);rgb(255,85,255);rgb(85,255,255);rgb(255,255,255)
5+
DropdownAlwaysShowTabs=FALSE
6+
DropdownStatusIcon=FALSE
7+
DropdownToggleFocus=FALSE
8+
FontName=Monospace 11
9+
MiscAlwaysShowTabs=FALSE
10+
MiscBell=FALSE
11+
MiscBellUrgent=FALSE
12+
MiscBordersDefault=FALSE
13+
MiscConfirmClose=TRUE
14+
MiscCopyOnSelect=TRUE
15+
MiscCursorBlinks=FALSE
16+
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
17+
MiscCycleTabs=TRUE
18+
MiscDefaultGeometry=100x24
19+
MiscDefaultWorkingDir=
20+
MiscHighlightUrls=TRUE
21+
MiscInheritGeometry=FALSE
22+
MiscMenubarDefault=TRUE
23+
MiscMiddleClickOpensUri=FALSE
24+
MiscMouseAutohide=TRUE
25+
MiscMouseWheelZoom=TRUE
26+
MiscNewTabAdjacent=FALSE
27+
MiscRewrapOnResize=TRUE
28+
MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU
29+
MiscSearchDialogOpacity=100
30+
MiscShowRelaunchDialog=TRUE
31+
MiscShowUnsafePasteDialog=TRUE
32+
MiscSlimTabs=FALSE
33+
MiscTabCloseButtons=TRUE
34+
MiscTabCloseMiddleClick=TRUE
35+
MiscTabPosition=GTK_POS_TOP
36+
MiscToolbarDefault=FALSE
37+
MiscUseShiftArrowsToScroll=FALSE
38+
ScrollingUnlimited=TRUE

0 commit comments

Comments
 (0)
Please sign in to comment.