ソースを参照

Apply insane scrolling config

Alois Mahdal 6 年 前
コミット
c7c7fea0e5
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2
    0
      dotfiles/config/xfce4/terminal/terminalrc

+ 2
- 0
dotfiles/config/xfce4/terminal/terminalrc ファイルの表示

@@ -28,4 +28,6 @@ MiscRewrapOnResize=TRUE
28 28
 MiscUseShiftArrowsToScroll=FALSE
29 29
 MiscSlimTabs=FALSE
30 30
 ColorPalette=#000000;#cc0000;#4e9a06;#c4a000;#3465a4;#75507b;#06989a;#d3d7cf;#555753;#ef2929;#8ae234;#fce94f;#739fcf;#ad7fa8;#34e2e2;#eeeeec
31
+ScrollingOnOutput=FALSE
32
+ScrollingLines=100000
31 33