diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-02 17:03:49 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-02 17:03:49 +0100 |
commit | 397c4fed757d201af627636822981e85e84ea572 (patch) | |
tree | d6733d4022bf04784be84581f6c16e96a1b229e8 /roles/lxde/files/config_files/lxterminal | |
download | Ansible-397c4fed757d201af627636822981e85e84ea572.tar.gz Ansible-397c4fed757d201af627636822981e85e84ea572.tar.zst Ansible-397c4fed757d201af627636822981e85e84ea572.zip |
Validation initiale
Diffstat (limited to 'roles/lxde/files/config_files/lxterminal')
-rw-r--r-- | roles/lxde/files/config_files/lxterminal/lxterminal.conf | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/roles/lxde/files/config_files/lxterminal/lxterminal.conf b/roles/lxde/files/config_files/lxterminal/lxterminal.conf new file mode 100644 index 0000000..e572e20 --- /dev/null +++ b/roles/lxde/files/config_files/lxterminal/lxterminal.conf | |||
@@ -0,0 +1,53 @@ | |||
1 | [general] | ||
2 | fontname=Monospace 10 | ||
3 | selchars=-A-Za-z0-9,./?%&#:_ | ||
4 | scrollback=1000 | ||
5 | bgcolor=rgb(0,0,0) | ||
6 | fgcolor=rgb(170,170,170) | ||
7 | palette_color_0=rgb(0,0,0) | ||
8 | palette_color_1=rgb(170,0,0) | ||
9 | palette_color_2=rgb(0,170,0) | ||
10 | palette_color_3=rgb(170,85,0) | ||
11 | palette_color_4=rgb(0,0,170) | ||
12 | palette_color_5=rgb(170,0,170) | ||
13 | palette_color_6=rgb(0,170,170) | ||
14 | palette_color_7=rgb(170,170,170) | ||
15 | palette_color_8=rgb(85,85,85) | ||
16 | palette_color_9=rgb(255,85,85) | ||
17 | palette_color_10=rgb(85,255,85) | ||
18 | palette_color_11=rgb(255,255,85) | ||
19 | palette_color_12=rgb(85,85,255) | ||
20 | palette_color_13=rgb(255,85,255) | ||
21 | palette_color_14=rgb(85,255,255) | ||
22 | palette_color_15=rgb(255,255,255) | ||
23 | color_preset=VGA | ||
24 | disallowbold=false | ||
25 | cursorblinks=false | ||
26 | cursorunderline=false | ||
27 | audiblebell=false | ||
28 | tabpos=top | ||
29 | geometry_columns=80 | ||
30 | geometry_rows=24 | ||
31 | hidescrollbar=true | ||
32 | hidemenubar=false | ||
33 | hideclosebutton=false | ||
34 | hidepointer=false | ||
35 | disablef10=true | ||
36 | disablealt=true | ||
37 | disableconfirm=false | ||
38 | |||
39 | [shortcut] | ||
40 | new_window_accel=<Primary><Shift>n | ||
41 | new_tab_accel=<Primary><Shift>t | ||
42 | close_tab_accel=<Primary><Shift>w | ||
43 | close_window_accel=<Primary><Shift>q | ||
44 | copy_accel=<Primary><Shift>c | ||
45 | paste_accel=<Primary><Shift>v | ||
46 | name_tab_accel=<Primary><Shift>i | ||
47 | previous_tab_accel=<Primary>Page_Up | ||
48 | next_tab_accel=<Primary>Page_Down | ||
49 | move_tab_left_accel=<Primary><Shift>Page_Up | ||
50 | move_tab_right_accel=<Primary><Shift>Page_Down | ||
51 | zoom_in_accel=<Primary><Shift>plus | ||
52 | zoom_out_accel=<Primary><Shift>underscore | ||
53 | zoom_reset_accel=<Primary><Shift>parenright | ||