Update
This commit is contained in:
parent
a140c1abf2
commit
86088f0767
@ -8,4 +8,4 @@ BUNDLE_GEM__TEST: "minitest"
|
|||||||
BUNDLE_GIT__ALLOW_INSECURE: "true"
|
BUNDLE_GIT__ALLOW_INSECURE: "true"
|
||||||
BUNDLE_PREFER_GEMS_RB: "true"
|
BUNDLE_PREFER_GEMS_RB: "true"
|
||||||
BUNDLE_INIT_GEMS_RB: "true"
|
BUNDLE_INIT_GEMS_RB: "true"
|
||||||
BUNDLE_JOBS: "8"
|
BUNDLE_JOBS: "4"
|
||||||
|
|||||||
@ -1,21 +1,28 @@
|
|||||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||||
# The parser is also very primitive, and not human-friendly.
|
# The parser is also very primitive, and not human-friendly.
|
||||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||||
sort_key=46
|
sort_key=47
|
||||||
sort_direction=1
|
sort_direction=1
|
||||||
hide_threads=0
|
tree_sort_key=47
|
||||||
|
tree_sort_direction=1
|
||||||
hide_kernel_threads=0
|
hide_kernel_threads=0
|
||||||
hide_userland_threads=0
|
hide_userland_threads=0
|
||||||
shadow_other_users=1
|
shadow_other_users=1
|
||||||
show_thread_names=0
|
show_thread_names=0
|
||||||
show_program_path=0
|
show_program_path=1
|
||||||
highlight_base_name=1
|
highlight_base_name=1
|
||||||
highlight_megabytes=1
|
highlight_megabytes=1
|
||||||
highlight_threads=1
|
highlight_threads=1
|
||||||
|
highlight_changes=0
|
||||||
|
highlight_changes_delay_secs=5
|
||||||
|
find_comm_in_cmdline=1
|
||||||
|
strip_exe_from_cmdline=1
|
||||||
|
show_merged_command=0
|
||||||
tree_view=0
|
tree_view=0
|
||||||
|
tree_view_always_by_pid=0
|
||||||
header_margin=1
|
header_margin=1
|
||||||
detailed_cpu_time=1
|
detailed_cpu_time=1
|
||||||
cpu_count_from_zero=1
|
cpu_count_from_one=0
|
||||||
show_cpu_usage=1
|
show_cpu_usage=1
|
||||||
show_cpu_frequency=0
|
show_cpu_frequency=0
|
||||||
update_process_names=0
|
update_process_names=0
|
||||||
@ -27,3 +34,4 @@ left_meters=AllCPUs2 Memory Swap
|
|||||||
left_meter_modes=1 1 1
|
left_meter_modes=1 1 1
|
||||||
right_meters=Tasks LoadAverage Uptime
|
right_meters=Tasks LoadAverage Uptime
|
||||||
right_meter_modes=2 2 2
|
right_meter_modes=2 2 2
|
||||||
|
hide_function_bar=0
|
||||||
|
|||||||
@ -45,6 +45,14 @@ for_window [class="(?i)discord"] move container to workspace $ws2
|
|||||||
for_window [class="mpv"] floating enable
|
for_window [class="mpv"] floating enable
|
||||||
for_window [class="(?i)zooout"] floating enable
|
for_window [class="(?i)zooout"] floating enable
|
||||||
|
|
||||||
|
for_window [class="(?i)qjackctl"] move container to workspace $ws5 floating enable
|
||||||
|
for_window [class="(?i)cadence"] move container to workspace $ws5 floating enable
|
||||||
|
for_window [class="(?i)uvi"] floating enable
|
||||||
|
for_window [class="(?i)arturia"] floating enable
|
||||||
|
for_window [class="(?i)ilok"] floating enable
|
||||||
|
|
||||||
|
for_window [class="Space"] floating enable
|
||||||
|
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused #B8BB26 #B8BB26 #1D2021 #2e9ef4 #B8BB26
|
client.focused #B8BB26 #B8BB26 #1D2021 #2e9ef4 #B8BB26
|
||||||
client.focused_inactive #83A598 #83A598 #1D2021 #484e50 #83A598
|
client.focused_inactive #83A598 #83A598 #1D2021 #484e50 #83A598
|
||||||
@ -230,6 +238,7 @@ bindsym XF86AudioPlay exec --no-startup-id mpc toggle
|
|||||||
bindsym XF86AudioStop exec --no-startup-id mpc stop
|
bindsym XF86AudioStop exec --no-startup-id mpc stop
|
||||||
bindsym XF86AudioNext exec --no-startup-id mpc next
|
bindsym XF86AudioNext exec --no-startup-id mpc next
|
||||||
|
|
||||||
|
bindsym $mod+Shift+o exec "~/scripts/xrandr_switcher.sh"
|
||||||
|
|
||||||
# Autorun
|
# Autorun
|
||||||
exec --no-startup-id feh --bg-fill ~/.config/i3/bg.jpg
|
exec --no-startup-id feh --bg-fill ~/.config/i3/bg.jpg
|
||||||
|
|||||||
1
gemrc
1
gemrc
@ -9,3 +9,4 @@
|
|||||||
install: ''
|
install: ''
|
||||||
uninstall: ''
|
uninstall: ''
|
||||||
update: ''
|
update: ''
|
||||||
|
gem: "--document=yri"
|
||||||
|
|||||||
@ -23,3 +23,6 @@ Style/FrozenStringLiteralComment:
|
|||||||
Metrics/BlockLength:
|
Metrics/BlockLength:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'test/**/*'
|
- 'test/**/*'
|
||||||
|
|
||||||
|
Metrics/ClassLength:
|
||||||
|
Enabled: false
|
||||||
|
|||||||
1
xinitrc
1
xinitrc
@ -5,6 +5,7 @@ export TERMINAL=st
|
|||||||
export XTERM=st
|
export XTERM=st
|
||||||
export LANGUAGE=en_US:en_GB:en
|
export LANGUAGE=en_US:en_GB:en
|
||||||
export LC_TIME=ru_RU.UTF-8
|
export LC_TIME=ru_RU.UTF-8
|
||||||
|
export COLORTERM=truecolor
|
||||||
|
|
||||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
unset QT_STYLE_OVERRIDE
|
unset QT_STYLE_OVERRIDE
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user