Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-09 12:13:41 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-04-09 12:13:41 +0530
commit8a39bdde4b331a10376ae238b2b3df3a351ba06c (patch)
tree861aaae97a8049e08671ef37cc5e4bd0f677c198
parent1a760c591f773a477da2c18041634610b070cf5a (diff)
added information on how to start sway
-rw-r--r--profiles/sway.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/sway.py b/profiles/sway.py
index 15bc9321..8dd12c42 100644
--- a/profiles/sway.py
+++ b/profiles/sway.py
@@ -19,7 +19,7 @@ def _prep_function(*args, **kwargs):
print('Deprecated (??): xorg profile has no _prep_function() anymore')
def _post_install(*args, **kwargs):
- installation.log("we use the default configartion shipped by arch linux, if you wish to change it you should chroot into the installation and do it there")
+ installation.log("we use the default configartion shipped by arch linux, if you wish to change it you should chroot into the installation and do it there\nto start sway run the command sway")
# Ensures that this code only gets executed if executed
# through importlib.util.spec_from_file_location("kde", "/somewhere/kde.py")
# or through conventional import kde