index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2023-06-28 23:07:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 23:07:25 +0200 |
commit | 025ee8f064f6a142aa3de702c42c52101e8da9f6 (patch) | |
tree | d4dc52acc05871afe1ea391976c5832f49698d21 | |
parent | 2450c7bdff093aafba4a227156234ceed1887c31 (diff) |
-rw-r--r-- | archinstall/default_profiles/desktops/dwm.py | 10 |
diff --git a/archinstall/default_profiles/desktops/dwm.py b/archinstall/default_profiles/desktops/dwm.py index 3a7c0348..6b9ca6bc 100644 --- a/archinstall/default_profiles/desktops/dwm.py +++ b/archinstall/default_profiles/desktops/dwm.py @@ -19,11 +19,11 @@ class BspwmProfile(XorgProfile): 'dmenu', 'picom', 'xorg-xsetroot', - 'xorg-xset', - 'pywal', - 'xdo', - 'dunst', - 'slock' + 'xorg-xset', + 'pywal', + 'xdo', + 'dunst', + 'slock' ] @property |