index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-01-24 23:38:20 +0100 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-01-24 23:38:20 +0100 |
commit | 73191b921efc206a518276379a4484807e052d85 (patch) | |
tree | fd009aa2a60e4ddf156ac24f82a7524a37069b8e /profiles/applications/awesome.py | |
parent | ca2408a3d290a37d0b955ea3368f7eabb73d20a3 (diff) |
-rw-r--r-- | profiles/applications/awesome.py | 2 |
diff --git a/profiles/applications/awesome.py b/profiles/applications/awesome.py index db7e8f4f..578f246e 100644 --- a/profiles/applications/awesome.py +++ b/profiles/applications/awesome.py @@ -3,7 +3,7 @@ import archinstall installation.install_profile('xorg') installation.add_additional_packages( - "awesome xorg-xrandr xterm feh slock terminus-font-otb gnu-free-fonts ttf-liberation xsel" + "awesome xorg-xrandr xterm feh slock terminus-font gnu-free-fonts ttf-liberation xsel" ) with open(f'{installation.mountpoint}/etc/X11/xinit/xinitrc', 'r') as xinitrc: |