debian: promote suggests to recommends to install a terminal emulator
fixes #1587
This commit is contained in:
parent
037cb317cb
commit
ebf5941456
|
@ -40,8 +40,7 @@ Package: i3-wm
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, x11-utils
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, x11-utils
|
||||||
Provides: x-window-manager
|
Provides: x-window-manager
|
||||||
Suggests: rxvt-unicode | x-terminal-emulator
|
Recommends: xfonts-base, fonts-dejavu-core, libanyevent-i3-perl (>= 0.12), libjson-xs-perl, rxvt-unicode | x-terminal-emulator
|
||||||
Recommends: xfonts-base, fonts-dejavu-core, libanyevent-i3-perl (>= 0.12), libjson-xs-perl
|
|
||||||
Description: improved dynamic tiling window manager
|
Description: improved dynamic tiling window manager
|
||||||
Key features of i3 are good documentation, reasonable defaults (changeable in
|
Key features of i3 are good documentation, reasonable defaults (changeable in
|
||||||
a simple configuration file) and good multi-monitor support. The user
|
a simple configuration file) and good multi-monitor support. The user
|
||||||
|
|
Loading…
Reference in New Issue