summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* close stdin/stdout/stderr after forkingJesse Luehrs2018-05-201-1/+8
| | | | | | tmux hangs while the xclip process still exists otherwise (and the xclip process has to stick around after copying in order to provide the data to subsequent paste requests)
* add some keybindings to let tmux interact with the system clipboardJesse Luehrs2018-05-191-0/+49
|
* simplifyJesse Luehrs2018-04-161-8/+0
|
* add tmux keybinding to open the most recent url in a browserJesse Luehrs2018-04-161-0/+8
|
* add more wifi utilitiesJesse Luehrs2018-03-301-0/+30
|
* accel speed of 1 is a bit too fastJesse Luehrs2018-03-111-1/+1
|
* move services into separate available/enabled directoriesJesse Luehrs2018-03-065-5/+5
| | | | | this way, switching branches won't keep randomly spinning up a bunch of unkillable supervise processes
* remove perl implementation of fancy-promptJesse Luehrs2018-03-061-370/+0
| | | | in favor of the rust implementation
* switch to mpvJesse Luehrs2018-03-031-7/+2
|
* change a few bits of touchpad configJesse Luehrs2018-03-031-7/+3
|
* update sound card indexesJesse Luehrs2018-03-031-5/+5
|
* remove unnecessary keychain fileJesse Luehrs2018-03-031-1/+0
| | | | this hasn't been used in quite some time
* switch to light-lockerJesse Luehrs2018-03-031-20/+0
|
* more keyboard reconfiguring and refactoringJesse Luehrs2017-12-121-0/+22
| | | | | including setting the function keys to work even without hardware level remapping
* refactor keyboard layout switching a bitJesse Luehrs2017-12-121-3/+20
|
* and... actually fix the scriptJesse Luehrs2017-11-021-6/+10
|
* actually make this script work againJesse Luehrs2017-11-021-2/+2
|
* 1000 files at once is sometimes too long of a command lineJesse Luehrs2017-11-021-2/+2
|
* handle path names with spacesJesse Luehrs2017-11-021-2/+2
|
* only sa-learn in fixed size chunksJesse Luehrs2017-11-021-6/+11
| | | | | it seems to use memory linear in the number of files processed at a time, for some reason?
* put the weather data in .cacheJesse Luehrs2017-10-302-2/+2
|
* clean up gitconfig a bitJesse Luehrs2017-10-302-52/+0
|
* update the undo cache directory in the cleanup scriptJesse Luehrs2017-10-301-1/+1
|
* fix volnoti when setting volume above 100%Jesse Luehrs2017-10-301-1/+1
|
* vimmanpager improvementsJesse Luehrs2017-10-291-3/+8
|
* copy passwords to both primary and selection, and time-limit themJesse Luehrs2017-10-241-4/+13
|
* more random config cleanupsJesse Luehrs2017-10-2011-465/+0
|
* moved to new yorkJesse Luehrs2017-10-141-1/+1
|
* kill_focused should kill the whole process groupJesse Luehrs2017-08-271-1/+13
| | | | | it was killing the firefox chrome process, but the content process was continuing to run
* reorganize bin directoryJesse Luehrs2017-01-2710-0/+3
| | | | | don't need an independent nethack bin directory, but i do want a place to stick local binaries
* split most functions out into scriptsJesse Luehrs2017-01-2119-0/+101
|
* remove outdated scriptJesse Luehrs2017-01-211-19/+0
|
* this wrapper is no longer necessary with the latest updatesJesse Luehrs2017-01-121-1/+0
|
* show_colors is a bash script, not shJesse Luehrs2017-01-111-1/+1
|
* use null terminatorsJesse Luehrs2016-12-091-1/+1
|
* add steam wrapperJesse Luehrs2016-08-081-0/+1
| | | | as a script so that dmenu_run can see it
* add a copy of diff-highlight as a fallbackJesse Luehrs2016-06-141-0/+218
| | | | since not everywhere ships the git contrib stuff
* don't ignore submodules when calculating dirty stateJesse Luehrs2016-06-141-2/+2
|
* switch to rsa keys in the ssh helperJesse Luehrs2016-04-031-2/+2
|
* refactor learn_spam scriptJesse Luehrs2016-04-031-3/+4
|
* prompt updates for my work laptop renamingJesse Luehrs2015-11-251-3/+2
|
* don't run keychain for `ssh -V`Jesse Luehrs2015-11-061-1/+3
| | | | | since new keychain itself calls `ssh -V`, which would result in a recursive call
* also alias vagrant vms in my promptJesse Luehrs2015-08-101-1/+2
|
* script to fill out abook based on my MaildirJesse Luehrs2015-08-101-0/+87
|
* travis updated its build imageJesse Luehrs2015-05-131-1/+1
|
* randomize the password and ensure the dir gets cleaned upJesse Luehrs2015-05-131-8/+14
|
* apparently this wasn't right?Jesse Luehrs2015-03-291-2/+2
|
* custom colors for my work machineJesse Luehrs2015-02-221-0/+2
|
* need to shorten the prompt a bitJesse Luehrs2015-02-221-0/+1
| | | | long username + hostname makes it wrap on 80-character terminals
* use pactl instead of amixer for volume stuffJesse Luehrs2015-01-181-10/+10
| | | | since i've already decided to convert to pulseaudio anyway