This commit is contained in:
2021-01-12 14:12:47 +04:00
parent 7c09fdf4d0
commit bacee2ee4f
5 changed files with 13 additions and 33 deletions

View File

@@ -8,7 +8,7 @@ hide_kernel_threads=0
hide_userland_threads=0
shadow_other_users=1
show_thread_names=0
show_program_path=1
show_program_path=0
highlight_base_name=1
highlight_megabytes=1
highlight_threads=1
@@ -16,9 +16,12 @@ tree_view=0
header_margin=1
detailed_cpu_time=1
cpu_count_from_zero=1
show_cpu_usage=1
show_cpu_frequency=0
update_process_names=0
account_guest_in_cpu_meter=0
color_scheme=0
enable_mouse=1
delay=15
left_meters=AllCPUs2 Memory Swap
left_meter_modes=1 1 1

View File

@@ -43,6 +43,7 @@ for_window [class="(?i)thunderbird"] move container to workspace $ws1
for_window [class="(?i)telegram"] move container to workspace $ws2
for_window [class="(?i)discord"] move container to workspace $ws2
for_window [class="mpv"] floating enable
for_window [class="(?i)zooout"] floating enable
# class border backgr. text indicator child_border
client.focused #B8BB26 #B8BB26 #1D2021 #2e9ef4 #B8BB26
@@ -220,9 +221,9 @@ bindsym XF86MonBrightnessDown exec --no-startup-id sudo light -U 5
bindsym XF86Search exec --no-startup-id suspend
# Volume control
bindsym XF86AudioRaiseVolume exec --no-startup-id volume_control.sh incr
bindsym XF86AudioLowerVolume exec --no-startup-id volume_control.sh decr
bindsym XF86AudioMute exec --no-startup-id volume_control.sh mute
bindsym XF86AudioRaiseVolume exec --no-startup-id pulseaudio-ctl up
bindsym XF86AudioLowerVolume exec --no-startup-id pulseaudio-ctl down
bindsym XF86AudioMute exec --no-startup-id pulseaudio-ctl mute
bindsym XF86AudioPrev exec --no-startup-id mpc prev
bindsym XF86AudioPlay exec --no-startup-id mpc toggle

View File

@@ -511,10 +511,10 @@ set list listchars=tab:▸·,trail:·,nbsp:·
set nojoinspaces
" Disable some keys
" noremap <Up> <NOP>
" noremap <Down> <NOP>
" noremap <Left> <NOP>
" noremap <Right> <NOP>
noremap <Up> <NOP>
noremap <Down> <NOP>
noremap <Left> <NOP>
noremap <Right> <NOP>
noremap <PageUp> <NOP>
noremap <PageDown> <NOP>
noremap <Home> <NOP>