It's a display **server**, you dummy

This commit is contained in:
Geoffrey Frogeye 2021-06-18 21:53:42 +02:00
parent c9657f69d4
commit fd580acf2c
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
13 changed files with 22 additions and 22 deletions

View file

@ -18,7 +18,7 @@
{% include 'snippets/pm_multimedia_common.j2' %}
{% include 'snippets/pm_data_management.j2' %}
{# Include rules-determined snippets #}
{% if display_manager %}
{% if display_server %}
{% include 'snippets/pm_desktop_environment.j2' %}
{% endif %}
{% if termux %}

View file

@ -26,7 +26,7 @@ meld
{% if arch_based %}
yubikey-touch-detector
{% endif %}
{% if display_manager == "x11" %}
{% if display_server == "x11" %}
i3-wm
libgnomekbd{{ lib_suffix }}
dunst
@ -64,6 +64,6 @@ xorg-xbacklight
{% elif debian_based %}
xbacklight
{% endif %}
{% elif display_manager == "wayland" %}
{% elif display_server == "wayland" %}
sway
{% endif %}

View file

@ -1,6 +1,6 @@
yosys
iverilog
ghdl
{% if display_manager %}
{% if display_server %}
gtkwave
{% endif %}

View file

@ -9,6 +9,6 @@ dnsutils
whois
nmap
tcpdump
{% if display_manager %}
{% if display_server %}
wireshark-qt
{% endif %}

View file

@ -14,7 +14,7 @@ texlive-base
texlive-lang-european
{% endif %}
pdftk
{% if display_manager %}
{% if display_server %}
{# Spell checking #}
hunspell-en_gb
hunspell-en_us

View file

@ -7,6 +7,6 @@ rsync
youtube-dl
megatools
transmission-cli
{% if display_manager %}
{% if display_server %}
transmission-qt
{% endif %}

View file

@ -1,4 +1,4 @@
{% if display_manager %}
{% if display_server %}
gimp
inkscape
mpv

View file

@ -1,7 +1,7 @@
{#
Big behemoth applications
#}
{% if display_manager %}
{% if display_server %}
gimp
inkscape
darktable

View file

@ -4,7 +4,7 @@ Stuff that isn't required on Android because there are apps for that
{# Password handling #}
pass
pwgen
{% if display_manager %}
{% if display_server %}
rofi-pass
{# TODO Try autopass.cr #}
{% endif %}
@ -18,7 +18,7 @@ lynx
{# https://aur.archlinux.org/packages/tiv/#comment-812593 #}
tiv
{% endif %}
{% if display_manager %}
{% if display_server %}
thunderbird
{% endif %}
{# Organisation #}

View file

@ -1,6 +1,6 @@
openssh
wget
rsync
{% if display_manager %}
{% if display_server %}
tigervnc
{% endif %}