Forráskód Böngészése

new terminator configuration. removed Xresources entries for urxvt

Douglas A 4 éve
szülő
commit
0422a8d999
4 módosított fájl, 29 hozzáadás és 21 törlés
  1. 1 20
      X/Xresources
  2. 1 1
      run.sh
  3. 22 0
      terminator/config
  4. 5 0
      terminator/main.sh

+ 1 - 20
X/Xresources

@@ -1,24 +1,5 @@
-Xft.dpi:			            120
+Xft.dpi:			            96
 Xft.antialias:			        true
-URxvt*termName:                 rxvt-256color
-URxvt.depth:                    32
-URxvt*lineSpace:                0
-URxvt.letterSpace:              0
-URxvt.iso14755:                 false
-URxvt.iso14755_52:              false
-URxvt*geometry:                 160x80
-URxvt.scrollBar:                false
-URxvt*loginShell:               true
-URxvt.perl-ext-common:          default,clipboard,selection-to-clipboard
-URxvt.keysym.Shift-Control-C:   perl:clipboard:copy
-URxvt.keysym.Shift-Control-V:   perl:clipboard:paste
-URxvt.clipboard.autocopy:       true
-URxvt.font: xft:Source Code Pro:pixelsize=12:Regular
-URxvt.boldFont: xft:Source Code Pro:pixelsize=12:Bold
-URxvt.italicFont: xft:Source Code Pro:pixelsize=12:Italic
-URxvt.boldItalicFont: xft:Source Code Pro:pixelsize=12:Bold:Italic
-URxvt.visualBell:		true
-
 
 ! Colors
 *background:   [97]#282a36

+ 1 - 1
run.sh

@@ -1,7 +1,7 @@
 #!/bin/sh
 set -x
 
-for f in X bash nvim openbox git
+for f in X bash nvim openbox git terminator
 do
 	sh $f/main.sh
 	echo "$f [OK]"

+ 22 - 0
terminator/config

@@ -0,0 +1,22 @@
+[global_config]
+  putty_paste_style = True
+[keybindings]
+[profiles]
+  [[default]]
+    background_darkness = 0.97
+    background_type = transparent
+    cursor_color = "#aaaaaa"
+    font = Source Code Pro 10
+    show_titlebar = False
+    scrollbar_position = hidden
+    use_system_font = False
+    copy_on_selection = True
+[layouts]
+  [[default]]
+    [[[window0]]]
+      type = Window
+      parent = ""
+    [[[child1]]]
+      type = Terminal
+      parent = window0
+[plugins]

+ 5 - 0
terminator/main.sh

@@ -0,0 +1,5 @@
+#!/bin/sh
+HOME=/home/cmte
+
+test -d $HOME/.config/terminator || mkdir -p $HOME/.config/terminator
+cp terminator/config $HOME/.config/terminator