reorganize slax build

This commit is contained in:
TomasM
2017-10-31 13:17:51 -04:00
parent ebe447f278
commit 1690cea610
34 changed files with 217 additions and 8 deletions
@@ -0,0 +1,29 @@
! this are Xresources to make xterm look good
! put into ~/.Xresources
! after changing contents, run xrdb -merge .Xresources
! gentoo has a bug so that it doesnt read it when X starts, so add above
! command to /etc/xfce4/xinitrc (top) and be happy.
XTerm*foreground: white
XTerm*background: black
XTerm*cursorColor: rgb:00/ff/00
XTerm*borderColor: black
XTerm*scrollColor: black
XTerm*visualBell: true
XTerm*saveLines: 50000
XTerm*allowSendEvents: True
XTerm*sessionMgt: false
XTerm*rightScrollBar: true
XTerm*eightBitInput: false
XTerm*faceName:fixed:size=11
XTerm*boldFont:fixed:size=11
xterm*activeIcon: true
xterm*iconPixmap: /usr/share/icons/locolor/16x16/apps/xterm.xbm
xterm*fullscreen: never
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.lcdfilter: lcdlegacy
Xft.rgba: rgb
@@ -0,0 +1,5 @@
[begin] ( Menu )
[exec] (Terminal) { xterm -ls }
[exec] (Web browser) { chromium }
[exit] (Exit)
[end]
@@ -0,0 +1,6 @@
session.screen0.toolbar.widthPercent: 100
session.screen0.strftimeFormat: %H:%M
session.edgeSnapThreshold: 10
session.menuFile: /root/.blackbox-menu
session.styleFile: /usr/share/blackbox/styles/Slax
session.changeWorkspaceWithMouseWheel: False
@@ -0,0 +1,10 @@
xrdb -merge ~/.Xresources
if [ -e /usr/bin/startfluxbox ]; then
/usr/bin/startfluxbox
else
if [ -e /usr/bin/blackbox ]; then
/usr/bin/blackbox
else
xterm
fi
fi