config: adjustments for grasshopper
This commit is contained in:
parent
99470780ca
commit
25710c7bca
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh -e
|
||||||
|
# $0
|
||||||
|
$1
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Reload conf with C-S-F5
|
||||||
|
|
||||||
map ctrl+c copy_or_interrupt
|
map ctrl+c copy_or_interrupt
|
||||||
|
|
||||||
scrollback_lines 20000
|
scrollback_lines 20000
|
||||||
|
|
|
@ -991,7 +991,7 @@
|
||||||
|
|
||||||
#: The foreground and background colors.
|
#: The foreground and background colors.
|
||||||
|
|
||||||
# background_opacity 1.0
|
background_opacity 0.8
|
||||||
|
|
||||||
#: The opacity of the background. A number between zero and one, where
|
#: The opacity of the background. A number between zero and one, where
|
||||||
#: one is opaque and zero is fully transparent. This will only work if
|
#: one is opaque and zero is fully transparent. This will only work if
|
||||||
|
@ -1026,7 +1026,7 @@
|
||||||
#: When background image is scaled, whether linear interpolation
|
#: When background image is scaled, whether linear interpolation
|
||||||
#: should be used.
|
#: should be used.
|
||||||
|
|
||||||
# dynamic_background_opacity no
|
dynamic_background_opacity yes
|
||||||
|
|
||||||
#: Allow changing of the background_opacity dynamically, using either
|
#: Allow changing of the background_opacity dynamically, using either
|
||||||
#: keyboard shortcuts (increase_background_opacity and
|
#: keyboard shortcuts (increase_background_opacity and
|
||||||
|
|
|
@ -1,9 +1,16 @@
|
||||||
input * {
|
input * {
|
||||||
xkb_layout de,eu,us
|
xkb_layout de,eu,us
|
||||||
|
xkb_variant nodeadkeys,basic,euro
|
||||||
xkb_numlock enabled
|
xkb_numlock enabled
|
||||||
xkb_options caps:swapescape
|
xkb_options caps:escape_shifted_capslock
|
||||||
}
|
}
|
||||||
input 1:1:AT_Translated_Set_2_keyboard {
|
input "1:1:AT_Translated_Set_2_keyboard" {
|
||||||
xkb_layout eu,us
|
xkb_switch_layout 1
|
||||||
xkb_options caps:swapescape
|
}
|
||||||
|
input "type:touchpad" {
|
||||||
|
tap enabled
|
||||||
|
natural_scroll disabled
|
||||||
|
accel_profile adaptive
|
||||||
|
dwt disabled
|
||||||
|
pointer_accel 0.4 # set mouse sensitivity (between -1 and 1)
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
user-dirs.dirs##user.janek
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
# This file is written by xdg-user-dirs-update
|
||||||
|
# If you want to change or add directories, just edit the line you're
|
||||||
|
# interested in. All local changes will be retained on the next run.
|
||||||
|
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
|
||||||
|
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
|
||||||
|
# absolute path. No other format is supported.
|
||||||
|
#
|
||||||
|
XDG_DESKTOP_DIR="$HOME/.local/desktop"
|
||||||
|
XDG_TEMPLATES_DIR="$HOME/.local/templates"
|
||||||
|
XDG_DOWNLOAD_DIR="$HOME/data/3-dox"
|
||||||
|
XDG_MUSIC_DIR="$HOME/data/4-media/music"
|
||||||
|
XDG_PICTURES_DIR="$HOME/data/4-media/images"
|
||||||
|
XDG_VIDEOS_DIR="$HOME/data/4-media/videos"
|
||||||
|
XDG_DOCUMENTS_DIR="$HOME/data/4-media/multimedia"
|
||||||
|
XDG_NOTES_DIR="$HOME/data/2-box"
|
||||||
|
#XDG_PUBLICSHARE_DIR="$HOME/data/3-resources/multimedia"
|
Loading…
Reference in New Issue