Update
This commit is contained in:
parent
7c09fdf4d0
commit
bacee2ee4f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
2
envrc
2
envrc
@ -1 +1 @@
|
||||
export GEM_HOME=/home/krsh/.gem/ruby/2.6.0
|
||||
export GEM_HOME=/home/krsh/.gem/ruby/2.7.0
|
||||
|
||||
24
taskrc
24
taskrc
@ -48,27 +48,3 @@ report.active.labels=ID,Project,Description,Time
|
||||
|
||||
report.list.labels=ID,Active,Age,Time,D,P,Project,Tags,R,Sch,Due,Until,Description,Urg
|
||||
report.list.columns=id,start.age,entry.age,totalactivetime,depends.indicator,priority,project,tags,recur.indicator,scheduled.countdown,due,until.remaining,description.count,urgency
|
||||
|
||||
report.wts.description=WTS tasks
|
||||
report.wts.labels=ID,Active,Age,Time,D,Project,Tags,R,Sch,Due,Until,Description,Urg
|
||||
report.wts.columns=id,start.age,entry.age,totalactivetime,depends.indicator,priority,tags,recur.indicator,scheduled.countdown,due,until.remaining,description.count,urgency
|
||||
report.wts.filter=proj:WTS status:pending
|
||||
report.wts.sort=start-,due+,project+,urgency-
|
||||
|
||||
report.aww.description=AWW tasks
|
||||
report.aww.labels=ID,Active,Age,Time,D,Project,Tags,R,Sch,Due,Until,Description,Urg
|
||||
report.aww.columns=id,start.age,entry.age,totalactivetime,depends.indicator,priority,tags,recur.indicator,scheduled.countdown,due,until.remaining,description.count,urgency
|
||||
report.aww.filter=proj:AWW status:pending
|
||||
report.aww.sort=start-,due+,project+,urgency-
|
||||
|
||||
report.1158.description=1158 tasks
|
||||
report.1158.labels=ID,Active,Age,Time,D,Project,Tags,R,Sch,Due,Until,Description,Urg
|
||||
report.1158.columns=id,start.age,entry.age,totalactivetime,depends.indicator,priority,tags,recur.indicator,scheduled.countdown,due,until.remaining,description.count,urgency
|
||||
report.1158.filter=proj:1158 status:pending
|
||||
report.1158.sort=start-,due+,project+,urgency-
|
||||
|
||||
report.crc.description=crc tasks
|
||||
report.crc.labels=ID,Active,Age,Time,D,Project,Tags,R,Sch,Due,Until,Description,Urg
|
||||
report.crc.columns=id,start.age,entry.age,totalactivetime,depends.indicator,priority,tags,recur.indicator,scheduled.countdown,due,until.remaining,description.count,urgency
|
||||
report.crc.filter=proj:CRC status:pending
|
||||
report.crc.sort=start-,due+,project+,urgency-
|
||||
|
||||
Loading…
Reference in New Issue
Block a user