From 044503041befcd4b15b56b15ffbb44a2f6b23158 Mon Sep 17 00:00:00 2001 From: natemaia Date: Sun, 21 Aug 2022 09:44:11 -0700 Subject: [PATCH] WM order and descriptions --- installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer b/installer index 9f507a9..a64aea7 100755 --- a/installer +++ b/installer @@ -708,9 +708,9 @@ select_sessions() LOGIN_CHOICES='' dlg INSTALL_WMS check "Sessions" "$_sessions\n" \ - i3-gaps "A fork of i3wm with more features including gaps" "$(ofn i3-gaps "$INSTALL_WMS")" \ - openbox "A lightweight, powerful, and highly configurable stacking wm" "$(ofn openbox "$INSTALL_WMS")" \ dk "A dynamic tiling window manager in the vein of dwm, bspwm, and xmonad" "$(ofn dk "$INSTALL_WMS")" \ + openbox "A lightweight, powerful, and highly configurable stacking wm" "$(ofn openbox "$INSTALL_WMS")" \ + i3-gaps "A fork of i3 tiling window manager with more features including gaps" "$(ofn i3-gaps "$INSTALL_WMS")" \ bspwm "A tiling wm that represents windows as the leaves of a binary tree" "$(ofn bspwm "$INSTALL_WMS")" \ fluxbox "A lightweight and highly-configurable window manager" "$(ofn fluxbox "$INSTALL_WMS")"