add bspwm-toggle-gaps
This commit is contained in:
commit
7d0da4d304
|
@ -18,15 +18,15 @@ highlight_changes_delay_secs=5
|
||||||
find_comm_in_cmdline=1
|
find_comm_in_cmdline=1
|
||||||
strip_exe_from_cmdline=1
|
strip_exe_from_cmdline=1
|
||||||
show_merged_command=0
|
show_merged_command=0
|
||||||
tree_view=0
|
tree_view=1
|
||||||
tree_view_always_by_pid=0
|
tree_view_always_by_pid=1
|
||||||
header_margin=1
|
header_margin=1
|
||||||
detailed_cpu_time=0
|
detailed_cpu_time=0
|
||||||
cpu_count_from_one=0
|
cpu_count_from_one=0
|
||||||
show_cpu_usage=1
|
show_cpu_usage=1
|
||||||
show_cpu_frequency=0
|
show_cpu_frequency=0
|
||||||
show_cpu_temperature=0
|
show_cpu_temperature=1
|
||||||
degree_fahrenheit=0
|
degree_fahrenheit=1
|
||||||
update_process_names=0
|
update_process_names=0
|
||||||
account_guest_in_cpu_meter=0
|
account_guest_in_cpu_meter=0
|
||||||
color_scheme=0
|
color_scheme=0
|
||||||
|
|
|
@ -76,7 +76,8 @@ function SwapExistsHandler()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
autocmd SwapExists * call SwapExistsHandler()
|
autocmd SwapExists * call SwapExistsHandler()
|
||||||
|
au BufWrite bspwmrc !bspc wm -r
|
||||||
|
au BufWrite sxhkdrc !killall sxhkd -USR1
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" statusline {{{
|
" statusline {{{
|
||||||
|
|
|
@ -5,9 +5,6 @@
|
||||||
super + Return
|
super + Return
|
||||||
st
|
st
|
||||||
|
|
||||||
super + m
|
|
||||||
xclip -selection primary -o | xargs mpv
|
|
||||||
|
|
||||||
super + d
|
super + d
|
||||||
tmenu_run
|
tmenu_run
|
||||||
|
|
||||||
|
@ -24,6 +21,12 @@ super + w
|
||||||
super + {_,shift + }n
|
super + {_,shift + }n
|
||||||
nws {local,national}
|
nws {local,national}
|
||||||
|
|
||||||
|
super + ctrl + n
|
||||||
|
net
|
||||||
|
|
||||||
|
super + t
|
||||||
|
st -e htop
|
||||||
|
|
||||||
{XF86Display,super + }
|
{XF86Display,super + }
|
||||||
disp
|
disp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue