.
This commit is contained in:
commit
4603184052
87 changed files with 3677 additions and 0 deletions
16
files/.config/gtk-3.0/settings.ini
Normal file
16
files/.config/gtk-3.0/settings.ini
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[Settings]
|
||||
gtk-theme-name=BellePintosGrande
|
||||
gtk-icon-theme-name=Adwaita
|
||||
gtk-font-name=Adwaita Sans 11
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=0
|
||||
gtk-menu-images=0
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintslight
|
||||
gtk-xft-rgba=none
|
||||
56
files/.config/lxterminal/lxterminal.conf
Normal file
56
files/.config/lxterminal/lxterminal.conf
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
[general]
|
||||
fontname=Spleen 12x24 Medium 12
|
||||
selchars=-A-Za-z0-9,./?%&#:_
|
||||
scrollback=1000
|
||||
bgcolor=rgb(0,0,0)
|
||||
fgcolor=rgb(246,245,244)
|
||||
palette_color_0=rgb(0,0,0)
|
||||
palette_color_1=rgb(170,0,0)
|
||||
palette_color_2=rgb(0,170,0)
|
||||
palette_color_3=rgb(170,85,0)
|
||||
palette_color_4=rgb(0,0,170)
|
||||
palette_color_5=rgb(170,0,170)
|
||||
palette_color_6=rgb(0,170,170)
|
||||
palette_color_7=rgb(170,170,170)
|
||||
palette_color_8=rgb(85,85,85)
|
||||
palette_color_9=rgb(255,85,85)
|
||||
palette_color_10=rgb(85,255,85)
|
||||
palette_color_11=rgb(255,255,85)
|
||||
palette_color_12=rgb(85,85,255)
|
||||
palette_color_13=rgb(255,85,255)
|
||||
palette_color_14=rgb(85,255,255)
|
||||
palette_color_15=rgb(255,255,255)
|
||||
color_preset=Custom
|
||||
disallowbold=false
|
||||
boldbright=false
|
||||
cursorblinks=false
|
||||
cursorunderline=false
|
||||
audiblebell=false
|
||||
visualbell=false
|
||||
tabpos=top
|
||||
geometry_columns=80
|
||||
geometry_rows=24
|
||||
hidescrollbar=true
|
||||
hidemenubar=true
|
||||
hideclosebutton=false
|
||||
hidepointer=false
|
||||
disablef10=false
|
||||
disablealt=false
|
||||
disableconfirm=false
|
||||
tabwidth=100
|
||||
|
||||
[shortcut]
|
||||
new_window_accel=<Primary><Shift>n
|
||||
new_tab_accel=<Primary><Shift>t
|
||||
close_tab_accel=<Primary><Shift>w
|
||||
close_window_accel=<Primary><Shift>q
|
||||
copy_accel=<Primary><Shift>c
|
||||
paste_accel=<Primary><Shift>v
|
||||
name_tab_accel=<Primary><Shift>i
|
||||
previous_tab_accel=<Primary>Page_Up
|
||||
next_tab_accel=<Primary>Page_Down
|
||||
move_tab_left_accel=<Primary><Shift>Page_Up
|
||||
move_tab_right_accel=<Primary><Shift>Page_Down
|
||||
zoom_in_accel=<Primary><Shift>plus
|
||||
zoom_out_accel=<Primary><Shift>underscore
|
||||
zoom_reset_accel=<Primary><Shift>parenright
|
||||
1
files/.config/ncspot/config.toml
Normal file
1
files/.config/ncspot/config.toml
Normal file
|
|
@ -0,0 +1 @@
|
|||
backend = "alsa"
|
||||
BIN
files/.config/ncspot/userstate.cbor
Normal file
BIN
files/.config/ncspot/userstate.cbor
Normal file
Binary file not shown.
3
files/.config/service/sshfs/run
Executable file
3
files/.config/service/sshfs/run
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
sshfs -o auto_unmount -f kentoj.de:nfs ~/nfs
|
||||
Loading…
Add table
Add a link
Reference in a new issue