From 1c16b518ea5fc3827419aaeab42b228ada7744e4 Mon Sep 17 00:00:00 2001 From: TomasM Date: Sat, 30 Dec 2017 12:00:58 -0500 Subject: [PATCH] make default leastmargin a bit smaller so it fits three rows of icons in 1024x768 screens --- Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect index a8fa763..554eae7 100755 --- a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect +++ b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect @@ -5,7 +5,7 @@ COMMAND=$( xlunch --scroll \ --background /usr/share/wallpapers/slax_wallpaper.jpg --font DejaVuSans/11 \ --voidclickterminate --iconpadding 30 --textpadding 10 \ - --paddingswap --leastmargin 10 --hidemissing --iconsize 64 \ + --paddingswap --leastmargin 6 --hidemissing --iconsize 64 \ --highlight /usr/share/icons/hicolor/128x128/apps/xlunch_highlight.png \ --outputonly )