aboutsummaryrefslogtreecommitdiff
path: root/X
Commit message (Collapse)AuthorAgeFilesLines
* Use full "mouse" for xset(1) call in ~/.xinitrcTom Ryder2018-11-251-1/+1
| | | | | | | From xset(1): > The m option controls the mouse parameters; it may be abbreviated to > 'm'.
* Remove a couple of unneeded XTerm resourcesTom Ryder2018-11-221-2/+0
|
* Correctly specify XTerm resourcesTom Ryder2018-11-221-24/+24
| | | | | I never would have guessed that "vt100" was what I was missing here... but a closer reading of the xterm(1) manual page does show it.
* Rename xterm resources file to "XTerm"Tom Ryder2018-11-223-27/+27
|
* Remove reference to X/Xresources.d/Xft.Tom Ryder2018-11-221-1/+0
| | | | The file was removed in b456da1, but the reference to it was not.
* Add color definitions to xterm resourcesTom Ryder2018-11-221-0/+18
|
* Correct TERM string for xtermTom Ryder2018-11-221-1/+1
| | | | | Looks like this went in when the xterm resource type was created; it was probably from when I was experimenting with monochrome terminals.
* Remove some resources from URxvtTom Ryder2018-11-221-2/+0
| | | | Neither of these are needed since b456da1.
* Remove mpdlrc setup from Xinitrc.dTom Ryder2018-11-221-3/+0
| | | | | I haven't used it in some time, and it's due to be properly ported to my Music::Lyrics::LRC library.
* Apply some logic to choose a GUI browserTom Ryder2018-11-221-3/+23
| | | | | I'll want to use Dillo if I'm on a machine with limited memory, but the balance tips in favour of Firefox if I have RAM to spare.
* Remove colon alignment from .Xresources subfilesTom Ryder2018-11-222-40/+40
|
* Remove font settingsTom Ryder2018-11-223-8/+0
| | | | | | I'm pretty tired of messing with all these. The defaults are fine, and render nice and quickly; it's just too much of a hassle making it all pixel-perfect, and the anti-aliasing is so often just rubbish.
* Mod4+v fires up vimTom Ryder2017-04-131-0/+3
|
* Switch from xbindkeys to sxhkdTom Ryder2017-02-254-47/+47
| | | | Smaller, easier
* Add a start at an XTerm configTom Ryder2017-02-242-0/+10
|
* Alphabetical resources sortTom Ryder2017-02-241-1/+1
|
* Remove SHLVL nested shell feature for nowTom Ryder2017-01-242-3/+1
| | | | | Causes a bit too much curliness in configuration; may need a more comprehensive approach.
* Restore xrbg(1df)Tom Ryder2017-01-152-3/+2
| | | | | | | | | I switched to an xrandr(1)-based layout and feh(1)'s --randomize option applies a random background to each screen. I can't see a way of applying the same background to each screen, but xrbg(1df) does it, so I've restored it here. This reverts commit 1a0ac5be601f00e828dba181a7c90c2b29735b77.
* Bind Mod4+m to pull up tmux instanceTom Ryder2017-01-141-0/+3
|
* Add hook to load xrandr(1) file firstTom Ryder2017-01-141-0/+3
| | | | | | | | | | | | | | Here's mine on my home desktop: # Size monitors xrandr --output DVI-0 --auto xrandr --output DisplayPort-1 --auto xrandr --output DVI-1 --auto # Place monitors xrandr --output DVI-0 --pos 0x360 xrandr --output DisplayPort-1 --pos 1920x0 xrandr --output DVI-1 --pos 4480x360
* Add a plain sh keybindingTom Ryder2017-01-081-1/+4
|
* Reset working dir and SHLVL for xbindkeysTom Ryder2017-01-081-1/+1
| | | | | Otherwise it starts terminals with SHLVL incremented or in whatever dir I ran x() in
* Add keys to fire up a ksh/zsh windowTom Ryder2017-01-081-0/+6
|
* Add bcq(1df), tiny shut-up bc(1) wrapper for X11Tom Ryder2017-01-031-1/+1
|
* Bind the calculator key on my keyboardTom Ryder2016-12-311-0/+3
|
* Attempt a much saner approach to managing SHLVLTom Ryder2016-12-191-0/+2
|
* Remove xrbg(1)Tom Ryder2016-12-152-2/+3
| | | | Overkill given feh(1) has a --randomize
* Add command guards around .xinitrc.d subscriptsTom Ryder2016-12-158-4/+10
|
* Use .d directory for .xinitrc subscriptsTom Ryder2016-12-1510-32/+29
|
* Speed up my mouseTom Ryder2016-11-261-0/+3
|
* Rearrange ~/.xinitrc in some sort of orderTom Ryder2016-08-271-8/+8
|
* Don't check for an already set XRESOURCESTom Ryder2016-08-271-1/+1
| | | | yagni etc
* Move SSH_ASKPASS setup to ~/.xinitrcTom Ryder2016-08-271-0/+6
|
* Refactor br(1), brxs(1), add xgo(1) and xgoc(1)Tom Ryder2016-08-141-1/+1
| | | | Including updating keybindings
* Remove unneeded options from dmenu_runTom Ryder2016-08-141-1/+1
| | | | The defaults are fine
* Bind Mod4-p to dmp(1) in X11Tom Ryder2016-08-141-0/+3
|
* Mod4+g changes to "go", Mod4+i changes to "gimp"Tom Ryder2016-08-131-3/+3
| | | | "i" is short for image editor
* Bind Mod+u to brxs(1) browse to X selectionTom Ryder2016-08-131-0/+3
|
* Change Mod+b to run "$BROWSER" via br(1)Tom Ryder2016-08-131-1/+1
|
* Switch X11 browser back to FirefoxTom Ryder2016-08-132-3/+3
| | | | | Pale Moon's forums send outgoing links through an adwrapper; unacceptable
* Slightly lighter color for i3lock(1)Tom Ryder2016-08-041-1/+1
|
* Change Mod+b hotkey back to Pale MoonTom Ryder2016-08-041-1/+1
|
* Switch back to Pale MoonTom Ryder2016-07-181-2/+2
| | | | Trying again
* i3lock(1) with image if availableTom Ryder2016-07-011-1/+1
|
* Correct a typo in a commentTom Ryder2016-06-271-1/+1
| | | | | | > <+tyil> tejr: the link to mpdlrc in your xinitrc has a typo > <tejr> so it does > <tejr> thanks
* Restore vertical bar to urxvt cutcharsTom Ryder2016-06-241-1/+1
|
* Break Xresources into subfilesTom Ryder2016-06-223-42/+43
|
* Consolidate URxvt extensionsTom Ryder2016-06-191-1/+1
|
* Remove GitHub URLTom Ryder2016-06-191-1/+1
|
* Add "selection" urxvt scriptTom Ryder2016-06-191-1/+1
| | | | | | I don't like this very much, I just want something that correctly handles urxvt.cutchars with unicode characters. I'll cut it down and tidy it up shortly in the same way I did with the clip ext.