Sunday, August 12, 2012

alphabetical order?

In my post just a few tweaks (August 11, 2012), I showed the contents of my (then) current ~/.fluxbox/init file. Later, I wondered if it wouldn't be easier find things in that file if the lines were put in alphabetical order. Why aren't they in alphabetical order in the first place? What would happen if I did it?

So I made a back-up copy of my init file, and then I sorted it. By the way, you can do something like this quickly by using the sort command (see man sort).

So, I haven't seen where sorting it causes any problems. Yet. Anyway, here's my new ~/.fluxbox/init file from Mepis 11 (I did move a few lines around after sorting):


session.screen0.allowRemoteActions: false
session.screen0.autoRaise: true
session.screen0.clickRaises: true
session.screen0.clientMenu.usePixmap: true
session.screen0.colPlacementDirection: TopToBottom
session.screen0.defaultDeco: NORMAL
session.screen0.demandsAttentionTimeout: 500
session.screen0.edgeSnapThreshold: 10
session.screen0.focusModel: ClickFocus
session.screen0.focusNewWindows: true
session.screen0.followModel: SemiFollow
session.screen0.fullMaximization: false
session.screen0.iconbar.alignment: Left
session.screen0.iconbar.iconTextPadding: 10l
session.screen0.iconbar.iconWidth: 70
session.screen0.iconbar.mode: {static groups}
session.screen0.iconbar.usePixmap: true
session.screen0.maxDisableMove: false
session.screen0.maxDisableResize: false
session.screen0.maxIgnoreIncrement: true
session.screen0.menu.alpha: 200
session.screen0.menuDelay: 200
session.screen0.menuDelayClose: 200
session.screen0.menuMode: Delay
session.screen0.noFocusWhileTypingDelay: 0l
session.screen0.opaqueMove: true
session.screen0.overlay.capStyle: CapNotLast
session.screen0.overlay.joinStyle: JoinMiter
session.screen0.overlay.lineStyle: LineSolid
session.screen0.overlay.lineWidth: 1
session.screen0.rootCommand: ~/.fluxbox/autostart.sh
session.screen0.rowPlacementDirection: LeftToRight
session.screen0.showwindowposition: true
session.screen0.slit.acceptKdeDockapps: true
session.screen0.slit.alpha: 255
session.screen0.slit.autoHide: false
session.screen0.slit.layer: Dock
session.screen0.slit.maxOver: false
session.screen0.slit.onhead: 0
session.screen0.slit.placement: RightBottom
session.screen0.strftimeFormat: %a %b %d  %R
session.screen0.tab.placement: TopLeft
session.screen0.tab.width: 64
session.screen0.tabFocusModel: ClickToTabFocus
session.screen0.tabs.intitlebar: true
session.screen0.tabs.maxOver: false
session.screen0.tabs.usePixmap: true
session.screen0.titlebar.left: Stick
session.screen0.titlebar.right: Minimize Maximize Close
session.screen0.toolbar.alpha: 255
session.screen0.toolbar.autoHide: false
session.screen0.toolbar.height: 0
session.screen0.toolbar.layer: Dock
session.screen0.toolbar.maxOver: false
session.screen0.toolbar.onhead: 0
session.screen0.toolbar.placement: BottomCenter
session.screen0.toolbar.tools: prevworkspace, workspacename, nextworkspace, iconbar, prevwindow, nextwindow, systemtray, clock
session.screen0.toolbar.visible: true
session.screen0.toolbar.widthPercent: 90
session.screen0.tooltipDelay: 500
session.screen0.userFollowModel: SemiFollow
session.screen0.window.focus.alpha: 255
session.screen0.window.unfocus.alpha: 200
session.screen0.windowMenu: /home/steve/.fluxbox/windowmenu
session.screen0.windowPlacement: RowMinOverlapPlacement
session.screen0.workspaces: 4
session.screen0.workspaceNames: one,two,three,four,
session.screen0.workspacewarping: true
session.appsFile: ~/.fluxbox/apps
session.autoRaiseDelay: 250
session.cacheLife: 5l
session.cacheMax: 200l
session.colorsPerChannel: 4
session.configVersion: 10
session.doubleClickInterval: 250
session.forcePseudoTransparency: true
session.ignoreBorder: false
session.keyFile: ~/.fluxbox/keys
session.menuFile: ~/.fluxbox/menu
session.slitlistFile: /home/steve/.fluxbox/slitlist
session.styleFile: /home/steve/.fluxbox/styles/Steve-BlueNight
session.styleOverlay: ~/.fluxbox/overlay
session.tabsAttachArea: Window
session.tabPadding: 0

No comments: