Дело в том что когда я закрываю крышку в Unity, ноутбук не засыпает, потому что у Unity есть свой Power manager, а у i3wm его нет. Я попробовал Xfce4-power-manager, но тот не заработал, пробовал как сказано
ТУТ
Мой .i3/config:
##ТУТ ВСЕ КАК У ВСЕХ###
# resize window (you can also use the mouse for that)
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the window’s width.
# Pressing right will grow the window’s width.
# Pressing up will shrink the window’s height.
# Pressing down will grow the window’s height.
bindsym j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt
bindsym l resize shrink height 10 px or 10 ppt
bindsym semicolon resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
position top
status_command i3status
}
#<b>ВОТ ЭТУ СТРОЧКУ Я ДОБАВИЛ!!!</b>
exec -no-startup-id sleep 3 && xfce4-power-manager
Что посоветуете сделать чтобы мой ноутбук с закрытой крышкой продолжал работать?