some new changes

This commit is contained in:
David Chen 2019-06-09 14:12:40 +08:00
parent e4ca7e7fef
commit 7ec94cce27
4 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -11,3 +11,4 @@
!/.Xmodmap
!/.zshrc
!/.gitignore
!/README.md

View file

@ -32,6 +32,7 @@ exec_always variety
exec_always fcitx
exec_always --no-startup-id ~/scripts/inverse-scroll.sh
exec_always --no-startup-id ~/scripts/tap-to-click.sh
exec_always albert
for_window [class="^.*"] border pixel 1
new_window 1pixel

View file

@ -18,7 +18,7 @@
[colors]
;background = ${xrdb:color0:#222}
background = #222
background = #cc222222
background-alt = #444
;foreground = ${xrdb:color7:#222}
foreground = #dfdfdf

View file

@ -304,6 +304,8 @@ map V console shell vim%space
map <Space> mark_files toggle=True
map M console mkdir%space
# Jumping around
map H history_go -1
map L history_go 1