aboutsummaryrefslogtreecommitdiff
path: root/X
Commit message (Collapse)AuthorAgeFilesLines
...
* New background, move backgrounds to dirTom Ryder2015-07-231-1/+1
| | | | | | Also put them in the install-x target, they're not specific to i3 The image is a crop of Sacramentum's album "Far Away From the Sun"
* Don't write ~/.fehbgTom Ryder2015-06-221-1/+1
|
* Add redshiftTom Ryder2015-05-242-0/+14
|
* Neglected to kill xscreensaver(1) in .xinitrcTom Ryder2015-05-241-3/+0
|
* exec everything to spare a bit of memoryTom Ryder2015-05-231-5/+5
|
* Add hotkey g=gimpTom Ryder2015-05-231-0/+3
|
* Stop using xscreensaver in favour of i3lock(1)Tom Ryder2015-05-232-16/+1
| | | | Adieu
* Add hotkey b=browser to start firefoxTom Ryder2015-05-231-0/+3
|
* Don't doublefork xbindkeysTom Ryder2015-05-231-1/+1
|
* Correct options for urxvtdTom Ryder2015-05-231-1/+1
|
* Correct options to urxvtdTom Ryder2015-05-231-1/+1
|
* Remove unused cutchars resourceTom Ryder2015-05-231-1/+0
|
* Use xkb not xmodmap for Caps Lock remapTom Ryder2015-05-232-5/+2
|
* Fix silly order for Xresources term colorsTom Ryder2015-01-181-6/+6
|
* No reason for capital X on XmodmapTom Ryder2014-11-032-1/+1
|
* Whoops, committed leading-dot filenameTom Ryder2014-11-031-21/+0
|
* Add xbindkeys(1) call to ~/.xinitrcTom Ryder2014-11-031-0/+3
|
* Use xbindkeys for keybinding, not i3Tom Ryder2014-11-032-0/+39
| | | | Also consolidate Makefile into just one target for X
* Start urxvtd(1) on X loginTom Ryder2014-11-031-0/+3
|
* Apply terminal colours specifically to URxvtTom Ryder2014-11-031-20/+18
|
* Hose xsession, use xinitrcTom Ryder2014-11-033-6/+15
| | | | Probably not going to be using a DE again anytime soon
* Don't bother with fading terminal anymoreTom Ryder2014-08-231-1/+0
| | | | Doesn't really do anything useful and sometimes screen updating is slow
* Remove redundant shebang for xsessionTom Ryder2014-05-081-1/+0
|
* Only need -common resource for Urxvt perlsTom Ryder2014-04-271-1/+0
|
* Remove Urxvt.perl-lib definitionTom Ryder2014-04-261-1/+0
| | | | | | I didn't read the manpage. It turns out that urxvt will search $HOME/.urxvt/ext by default for its extensions, so I don't need to specify a path here (much less a fixed string rather than a variable).
* Add tmux vertical separator to URxvt.cutcharsTom Ryder2014-04-261-3/+3
| | | | The selection script is required for this to work
* Restore URxvt.perl-ext to XresourcesTom Ryder2014-04-261-0/+1
|
* Adjust alignment of Xresources fileTom Ryder2014-04-261-18/+18
|
* Replace clipboard urxvt with abbreviated scriptTom Ryder2014-04-261-3/+1
| | | | | I didn't need the keybindings or the paste functionality, just the autocopy feature.
* Darken xscreensaver a bitTom Ryder2013-09-151-0/+15
|
* Switched window managers from awesome to i3Tom Ryder2013-09-142-1/+2
| | | | No hard feelings, awesome
* Add trailing newline to .xessionrcTom Ryder2013-09-141-0/+1
|
* Removed rgba Xft resource againTom Ryder2013-04-101-2/+1
| | | | | Found it was causing weird little artifacts and I don't find the difference perceptible anyway
* Start using URxvt clipboard scriptTom Ryder2013-03-221-19/+21
| | | | | | | | | | | | This script from urxvt-perls[1] copies the PRIMARY X11 selection to the CLIPBOARD. I do like select-to-copy and middle-click pasting most of the time, but it's occasionally frustrating when doing things like trying to replace selected text. This allows me to do explicit pastes with Ctrl-V. I don't like having to include my $HOME path literal in .Xresources; I'll need to find out if there's a tidier way to do it. [1]: https://github.com/muennich/urxvt-perls
* Remove unneeded & suffix from xsession commandTom Ryder2013-03-221-1/+1
|
* Remove literal BACKSLASH from cutcharsTom Ryder2013-03-221-1/+1
| | | | That'll teach me to copypaste from documentation
* URxvt: Unused Perl extensions off, set cutcharsTom Ryder2013-03-221-0/+3
| | | | | | This reverts to the base URxvt selection behavior where words are selected on double-click, which I prefer (hence the also added cutchars resource)
* This setting is causing artifacts on my screenTom Ryder2013-03-201-1/+0
|
* Left hinting onTom Ryder2013-03-141-1/+1
|
* Overhaul of XresourcesTom Ryder2013-03-141-40/+42
| | | | Using subpixel ordering (with letterspacing fix), fallback fonts
* Use point size for terminal font not pixelsTom Ryder2013-03-101-1/+1
|
* Don't need transparency anymoreTom Ryder2013-03-101-1/+0
|
* Remove stray semicolonTom Ryder2013-03-091-1/+1
|
* Use font glyphs for line-drawing, not builtinsTom Ryder2013-02-241-0/+1
| | | | | I use Ubuntu Mono and its linedrawing characters are a bit more even that urxvt's builtins
* Remove URL matcher stuffTom Ryder2013-02-241-2/+0
| | | | Seldom used it and it doesn't do a very good job anyway
* Remove internal border for urxvtTom Ryder2013-02-241-0/+1
| | | | Gives me some extra height and width in awesome
* Hardening terminal colors a bitTom Ryder2013-02-121-2/+2
|
* Make resources more generic for other termsTom Ryder2012-09-241-18/+20
|
* Fade URxvt when unfocusedTom Ryder2012-09-161-0/+1
|
* Decided I don't like shadowsTom Ryder2012-09-141-1/+1
|