mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-29 07:14:45 +02:00
terminal: use xfce4-terminal
While rxvt-unicode is great, it doesn't support xsettings making it difficult to use when DPI can change while running.
This commit is contained in:
parent
26651bc709
commit
3d903fc6ba
6 changed files with 30 additions and 397 deletions
27
xfce4-terminalrc
Normal file
27
xfce4-terminalrc
Normal file
|
@ -0,0 +1,27 @@
|
|||
[Configuration]
|
||||
FontName=DejaVu Sans Mono for Powerline 9
|
||||
MiscAlwaysShowTabs=FALSE
|
||||
MiscBell=FALSE
|
||||
MiscBordersDefault=FALSE
|
||||
MiscCursorBlinks=FALSE
|
||||
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
|
||||
MiscDefaultGeometry=80x24
|
||||
MiscInheritGeometry=FALSE
|
||||
MiscMenubarDefault=FALSE
|
||||
MiscMouseAutohide=FALSE
|
||||
MiscToolbarDefault=FALSE
|
||||
MiscConfirmClose=TRUE
|
||||
MiscCycleTabs=TRUE
|
||||
MiscTabCloseButtons=TRUE
|
||||
MiscTabCloseMiddleClick=TRUE
|
||||
MiscTabPosition=GTK_POS_TOP
|
||||
MiscHighlightUrls=TRUE
|
||||
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
|
||||
BackgroundDarkness=0,860000
|
||||
ColorPalette=#111111;#d36265;#aece91;#e7e18c;#5297cf;#963c59;#5E7175;#bebebe;#666666;#ef8171;#cfefb3;#fff796;#74b8ef;#b85e7b;#A3BABF;#ffffff
|
||||
ShortcutsNoMenukey=TRUE
|
||||
ScrollingOnOutput=FALSE
|
||||
ScrollingBar=TERMINAL_SCROLLBAR_NONE
|
||||
ScrollingLines=5000
|
||||
ShortcutsNoMnemonics=TRUE
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue