Some addition from work

This commit is contained in:
Geoffrey Frogeye 2017-07-26 09:42:41 +02:00
parent fbd96948fa
commit 107fcc21aa
7 changed files with 591 additions and 543 deletions

View file

@ -1,18 +1,18 @@
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
fields=0 48 17 18 38 39 40 2 46 47 49 1
sort_key=46
sort_key=47
sort_direction=1
hide_threads=0
hide_kernel_threads=0
hide_userland_threads=0
hide_kernel_threads=1
hide_userland_threads=1
shadow_other_users=0
show_thread_names=0
show_program_path=0
highlight_base_name=0
highlight_base_name=1
highlight_megabytes=0
highlight_threads=1
tree_view=0
tree_view=1
header_margin=0
detailed_cpu_time=0
cpu_count_from_zero=0

View file

@ -368,6 +368,7 @@ exec --no-startup-id numlockx on # Activate Num lock
#exec --no-startup-id compton -b # Compositing manager
exec --no-startup-id unclutter # Hide mouse cursor after some time
exec --no-startup-id dunst # Notifications
exec --no-startup-id keynav # Keyboard cursor controller
#exec --no-startup-id $HOME/.config/i3/clipmenud # Clipboard manager
exec --no-startup-id mpd # Music Player Daemon

View file

@ -112,11 +112,11 @@ tab-move +
gr
tab-next
J
L
<ctrl-pgdown>
tab-prev
K
H
<ctrl-pgup>
tab-clone
@ -131,24 +131,24 @@ reload -f
<ctrl-f5>
back
H
J
<back>
back -t
th
tj
back -w
wh
wj
forward
L
K
<forward>
forward -t
tl
tk
forward -w
wl
wk
fullscreen
<f11>
@ -454,6 +454,12 @@ run-macro
wq
ZZ
tab-focus -1
g$
tab-pin
<ctrl-p>
[insert]
# Keybindings for insert mode.
# Since normal keypresses are passed through, only special keys are

File diff suppressed because it is too large Load diff