По непонятной причине конфиг i3 грузит процессор. Подскажите новичку, в чём может быть проблема?

Конфиг i3:
# i3 config file (v4)
##### AUTOSTART #####
exec_always --no-startup-id "killall -q picom; picom -b --experimental-backends" # >>>>>>>>>>>>>>>>>>> Picom compositor
exec_always --no-startup-id feh --bg-fill /home/punpun/Изображения/.sys/w1.jpg # >>>>>>>>>>>>>>>>>>>>>>>>>> Set wallpaper
exec_always "setxkbmap -model pc105 -layout us,ru,ua -variant ,, -option grp:alt_shift_toggle" # >>>>> Changing keyboard layout
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Lock
exec --no-startup-id nm-applet # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Network-manager applet
exec_always --no-startup-id sh /home/punpun/.config/polybar/launch.sh # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Polybar
exec --no-startup-id volumeicon # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Volume applet
exec_always --no-startup-id autotiling # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Autotiling script
exec_always --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # >>>>>>>>>>>>>> Polkit agent
#####################
##### FONTS #####
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
#################
##### CUSTOMIZATION #####
for_window [class="^.*"] border pixel 1
new_window 1pixel
default_border none
default_floating_border none
gaps inner 8
gaps outer 4
for_window [class="(?i)google-chrome" window_role="(?i)GtkFileChooserDialog"] floating enable, resize set 640 480
#########################
##### HOTKEYS #####
set $mod Mod4
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%; exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ false
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5%; exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ false
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym XF86MonBrightnessDown exec brightnessctl s 5%-
bindsym XF86MonBrightnessUp exec brightnessctl s 5%+
bindsym $mod+Return exec i3-sensible-terminal -e fish
bindsym $mod+q kill
bindsym $mod+d exec --no-startup-id rofi -show drun
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
bindsym $mod+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
bindsym $mod+Shift+space floating toggle
bindsym $mod+space focus mode_toggle
bindsym $mod+Shift+r restart
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Exit i3?' -B 'Yes' 'i3-msg exit'"
bindsym $mod+Ctrl+Left resize shrink width 5 px or 5 ppt
bindsym $mod+Ctrl+Down resize grow height 5 px or 5 ppt
bindsym $mod+Ctrl+Up resize shrink height 5 px or 5 ppt
bindsym $mod+Ctrl+Right resize grow width 5 px or 5 ppt
floating_modifier $mod
# Custom
bindsym $mod+Shift+i exec kitty -e micro /home/punpun/.config/i3/config
bindsym $mod+Shift+p exec kitty -e micro /home/punpun/.config/polybar/config
bindsym $mod+Shift+Return exec pcmanfm
bindsym $mod+Shift+g exec google-chrome-stable
bindsym End exec maim --select | tee /home/punpun/Изображения/Screenshots/$(date +$s).png | xclip -selection clipboard -t image/png
###################
##### WORKSPACES #####
set $ws1 "1"
set $ws2 "2"
set $ws3 "3"
set $ws4 "4"
set $ws5 "5"
set $ws6 "6"
set $ws7 "7"
set $ws8 "8"
set $ws9 "9"
set $ws10 "10"
bindsym $mod+1 workspace number $ws1
bindsym $mod+2 workspace number $ws2
bindsym $mod+3 workspace number $ws3
bindsym $mod+4 workspace number $ws4
bindsym $mod+5 workspace number $ws5
bindsym $mod+6 workspace number $ws6
bindsym $mod+7 workspace number $ws7
bindsym $mod+8 workspace number $ws8
bindsym $mod+9 workspace number $ws9
bindsym $mod+0 workspace number $ws10
bindsym $mod+Shift+1 move container to workspace number $ws1; workspace number $ws1
bindsym $mod+Shift+2 move container to workspace number $ws2; workspace number $ws2
bindsym $mod+Shift+3 move container to workspace number $ws3; workspace number $ws3
bindsym $mod+Shift+4 move container to workspace number $ws4; workspace number $ws4
bindsym $mod+Shift+5 move container to workspace number $ws5; workspace number $ws5
bindsym $mod+Shift+6 move container to workspace number $ws6; workspace number $ws6
bindsym $mod+Shift+7 move container to workspace number $ws7; workspace number $ws7
bindsym $mod+Shift+8 move container to workspace number $ws8; workspace number $ws8
bindsym $mod+Shift+9 move container to workspace number $ws9; workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10; workspace number $ws10
######################
Происходит это не сразу, а где-то через пол часа активной работы. При этом выключение устройства происходит намного дольше обычного.
pberpsk
|