aboutsummaryrefslogtreecommitdiff
path: root/X
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove blank lines at end of filesTom Ryder2016-03-284-4/+0
|
* More intelligent browser handlingTom Ryder2016-03-212-1/+5
| | | | Also remove remaining palemoon refs
* Script for choosing random background on startupTom Ryder2016-03-151-3/+2
|
* Make Xresources path configurableTom Ryder2016-03-151-1/+1
|
* New backgroundTom Ryder2016-02-241-2/+2
|
* Add startup for mpdlrc-notify-sendTom Ryder2015-12-051-0/+3
|
* Add config and commands for dunst(1)Tom Ryder2015-12-051-0/+3
| | | | Pretty much sold on it at the moment
* New backgroundTom Ryder2015-11-231-1/+2
| | | | Edited cover of "A Blaze in the Northern Sky"
* Add a "kill X" bindingTom Ryder2015-10-211-2/+3
|
* Update commentTom Ryder2015-10-171-1/+2
|
* Time to actually learn how to composeTom Ryder2015-10-171-1/+1
|
* Switch to Palemoon, junk VimperatorTom Ryder2015-08-281-1/+1
|
* Use plain ol' cutchars, not perl selectTom Ryder2015-08-261-1/+2
|
* 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