diff --git a/bundle/config b/bundle/config index a85b8fd..67e8034 100644 --- a/bundle/config +++ b/bundle/config @@ -8,4 +8,4 @@ BUNDLE_GEM__TEST: "minitest" BUNDLE_GIT__ALLOW_INSECURE: "true" BUNDLE_PREFER_GEMS_RB: "true" BUNDLE_INIT_GEMS_RB: "true" -BUNDLE_JOBS: "8" +BUNDLE_JOBS: "4" diff --git a/config/htop/htoprc b/config/htop/htoprc index 3bd4591..b4dde8a 100644 --- a/config/htop/htoprc +++ b/config/htop/htoprc @@ -1,21 +1,28 @@ # 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 +tree_sort_key=47 +tree_sort_direction=1 hide_kernel_threads=0 hide_userland_threads=0 shadow_other_users=1 show_thread_names=0 -show_program_path=0 +show_program_path=1 highlight_base_name=1 highlight_megabytes=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_always_by_pid=0 header_margin=1 detailed_cpu_time=1 -cpu_count_from_zero=1 +cpu_count_from_one=0 show_cpu_usage=1 show_cpu_frequency=0 update_process_names=0 @@ -27,3 +34,4 @@ left_meters=AllCPUs2 Memory Swap left_meter_modes=1 1 1 right_meters=Tasks LoadAverage Uptime right_meter_modes=2 2 2 +hide_function_bar=0 diff --git a/config/i3/config b/config/i3/config index 02d1efb..9ac6d29 100644 --- a/config/i3/config +++ b/config/i3/config @@ -45,6 +45,14 @@ for_window [class="(?i)discord"] move container to workspace $ws2 for_window [class="mpv"] 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 client.focused #B8BB26 #B8BB26 #1D2021 #2e9ef4 #B8BB26 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 XF86AudioNext exec --no-startup-id mpc next +bindsym $mod+Shift+o exec "~/scripts/xrandr_switcher.sh" # Autorun exec --no-startup-id feh --bg-fill ~/.config/i3/bg.jpg diff --git a/gemrc b/gemrc index 6d98aac..aa021f2 100644 --- a/gemrc +++ b/gemrc @@ -9,3 +9,4 @@ install: '' uninstall: '' update: '' +gem: "--document=yri" diff --git a/rubocop.yml b/rubocop.yml index 26d78cf..afdb781 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -23,3 +23,6 @@ Style/FrozenStringLiteralComment: Metrics/BlockLength: Exclude: - 'test/**/*' + +Metrics/ClassLength: + Enabled: false diff --git a/xinitrc b/xinitrc index bbc4166..f3752fe 100644 --- a/xinitrc +++ b/xinitrc @@ -5,6 +5,7 @@ export TERMINAL=st export XTERM=st export LANGUAGE=en_US:en_GB:en export LC_TIME=ru_RU.UTF-8 +export COLORTERM=truecolor export QT_QPA_PLATFORMTHEME=qt5ct unset QT_STYLE_OVERRIDE