aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/browser.sh
Commit message (Collapse)AuthorAgeFilesLines
* Massively cut down profile scriptsTom Ryder2022-07-291-10/+0
| | | | Let's simplify all this a bit.
* Lean on Debian alternatives system a bit moreTom Ryder2022-05-061-3/+9
| | | | | I'll refactor this if I ever need to (i.e. if I end up running X on something other than Debian a lot).
* Switch .xinitrc to .xsessionTom Ryder2022-04-271-2/+2
| | | | | | | | | | | | | | | | | | This is Debian-specific, but that's the only system with which I'm presently using X11 anyway. From Debian's startx(1): > Note that in the Debian system, what many people traditionally put in > the .xinitrc file should go in .xsession instead; this permits the > same X environment to be presented whether startx, xdm, or xinit is > used to start the X session. All discussion of the .xinitrc file in > the xinit(1) manual page applies equally well to .xsession. Keep in > mind that .xinitrc is used only by xinit(1) and completely ignored by > xdm(1). Indeed, everything just seems to work a bit better, probably because problems are more likely to be able to find the user instance of dbus.
* Make comment on BROWSER more usefulTom Ryder2016-08-311-1/+2
|
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* More intelligent browser handlingTom Ryder2016-03-211-5/+1
| | | | Also remove remaining palemoon refs
* Switch to Palemoon, junk VimperatorTom Ryder2015-08-281-1/+1
|
* Use space before semicolon as command separatorTom Ryder2014-02-101-1/+1
|
* Remove some unnecessary quotesTom Ryder2014-02-101-2/+2
|
* Use standard structure for if/for in shellTom Ryder2013-07-311-2/+1
| | | | | | | | | | | | | | | | | | | Mostly for clarity reasons; using this syntax: if [ condition ]; then commands fi As opposed to: if [ condition ] then commands fi Or: [ condition ] && command
* Add one profile.d scriptTom Ryder2013-06-201-0/+9
Mostly because git doesn't do empty dirs