Установка i3-wm перезаписала i3gaps?

2313
storayy

После клонирования i3gapsветки и make && sudo make installя столкнулся с графическими ошибками. Поэтому я установил i3-wmи прошел установку и ввод «N» для каждого вопроса.

Теперь, когда у меня gap_size 10в конфиге i3, он не работает, и я получаю ошибки. Какие-либо решения?

1

2 ответа на вопрос

0
Nay

Я почти уверен, что i3gaps - это форк, по сути модифицированная ветвь i3. Так что да, это i3 или i3-пробелы, если вы не знаете, как их разделить, чего, боюсь, нет.

Таким образом, пробелы не будут работать при запуске i3wm.

Однако, что касается вашей проблемы с графикой i3gaps, я вполне уверен, что это стандартная проблема, которую нужно исправить, добавив ее внизу вашего файла i3config.

for_window [class="^.*"] border pixel 1 

Источник: http://www.reddit.com/r/unixporn/comments/2n43lu/i3_first_time_tiling_wm/

Итак, удалите все содержимое i3, пересоберите и установите i3gaps и сделайте 2-й выстрел! :)

0
pawelkl

i3 gaps fork doesn't yet repair rendering. Rendering of the borders is not going to be "fixed" by i3-wm maintainer as it is firstly a tiling wm and is not crucial for it.

when using config from gaps fork of i3-wm You need to comment/delete options in .i3/config that normal i3-wm doesn't have such as

gaps inner X gaps outer X 

errors You are referencing should be notified in i3-nagbar - red dock in top of the display it shows two buttons "show errors" and "edit config". Clickkng Show errors button should open* terminal and shows log what is wrong in config.

*) if not, i3-sensible-terminal doesn't properly identify Your terminal emulator - easy way is to set $TERMINAL environmental variable, or install some other. exact precedence of checking terminals that can be opened from i3-sensible-terminal is: environmental variable $TERMINAL, then executables: x-terminal-emulator (debian & derivatives), urxvt, rxvt, terminator, eterm, aterm, gnome-terminal, roxterm, xfce4-terminal