mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
some new changes
This commit is contained in:
parent
e4ca7e7fef
commit
7ec94cce27
4 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@
|
|||
!/.Xmodmap
|
||||
!/.zshrc
|
||||
!/.gitignore
|
||||
!/README.md
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
[colors]
|
||||
;background = ${xrdb:color0:#222}
|
||||
background = #222
|
||||
background = #cc222222
|
||||
background-alt = #444
|
||||
;foreground = ${xrdb:color7:#222}
|
||||
foreground = #dfdfdf
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue