xct/kali-clean

i3 config error

Closed this issue · 1 comments

Here is the error log

ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set', 'i3bar_command', 'status_command', 'socket_path', 'mode', 'hidden_state', 'id', 'modifier', 'wheel_up_cmd', 'wheel_down_cmd', 'bindsym', 'position', 'output', 'tray_output', 'tray_padding', 'font', 'separator_symbol', 'binding_mode_indicator', 'workspace_buttons', 'workspace_min_width', 'strip_workspace_numbers', 'strip_workspace_name', 'verbose', 'colors', '}'
ERROR: CONFIG: (in file /home/kali/.config/i3/config)
ERROR: CONFIG: Line 124:         i3bar_command i3bar -t
ERROR: CONFIG: Line 125:         position top
ERROR: CONFIG: Line 126:         height 26
ERROR: CONFIG:                   ^^^^^^^^^
ERROR: CONFIG: Line 127:         font pango:RobotoMono Nerd Font Regular 7.5
ERROR: CONFIG: Line 128:         colors {
ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set ', 'set   ', 'set_from_resource', 'include', 'bindsym', 'bindcode', 'bind', 'bar', 'font', 'mode', 'floating_minimum_size', 'floating_maximum_size', 'floating_modifier', 'default_orientation', 'workspace_layout', 'default_border', 'new_window', 'default_floating_border', 'new_float', 'hide_edge_borders', 'for_window', 'assign', 'no_focus', 'focus_follows_mouse', 'mouse_warping', 'focus_wrapping', 'force_focus_wrapping', 'force_xinerama', 'force-xinerama', 'disable_randr15', 'disable-randr15', 'workspace_auto_back_and_forth', 'fake_outputs', 'fake-outputs', 'force_display_urgency_hint', 'focus_on_window_activation', 'title_align', 'show_marks', 'workspace', 'ipc_socket', 'ipc-socket', 'ipc_kill_timeout', 'restart_state', 'popup_during_fullscreen', 'exec_always', 'exec', 'client.background', 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'
ERROR: CONFIG: (in file /home/kali/.config/i3/config)
ERROR: CONFIG: Line 136: # i3-gaps
ERROR: CONFIG: Line 137: for_window [class="^.*"] border pixel 2
ERROR: CONFIG: Line 138: gaps inner 2
ERROR: CONFIG:           ^^^^^^^^^^^^
ERROR: CONFIG: Line 139: gaps outer 4
ERROR: CONFIG: Line 140: 
ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set ', 'set   ', 'set_from_resource', 'include', 'bindsym', 'bindcode', 'bind', 'bar', 'font', 'mode', 'floating_minimum_size', 'floating_maximum_size', 'floating_modifier', 'default_orientation', 'workspace_layout', 'default_border', 'new_window', 'default_floating_border', 'new_float', 'hide_edge_borders', 'for_window', 'assign', 'no_focus', 'focus_follows_mouse', 'mouse_warping', 'focus_wrapping', 'force_focus_wrapping', 'force_xinerama', 'force-xinerama', 'disable_randr15', 'disable-randr15', 'workspace_auto_back_and_forth', 'fake_outputs', 'fake-outputs', 'force_display_urgency_hint', 'focus_on_window_activation', 'title_align', 'show_marks', 'workspace', 'ipc_socket', 'ipc-socket', 'ipc_kill_timeout', 'restart_state', 'popup_during_fullscreen', 'exec_always', 'exec', 'client.background', 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'
ERROR: CONFIG: (in file /home/kali/.config/i3/config)
ERROR: CONFIG: Line 137: for_window [class="^.*"] border pixel 2
ERROR: CONFIG: Line 138: gaps inner 2
ERROR: CONFIG: Line 139: gaps outer 4
ERROR: CONFIG:           ^^^^^^^^^^^^
ERROR: CONFIG: Line 140: 
ERROR: CONFIG: Line 141: client.focused  #82c8ff #82c8ff #dddddd
ERROR: FYI: You are using i3 version 4.20.1 (2021-11-03)

Solved. installed alacritty dependencies.

Closing