summaryrefslogtreecommitdiff
path: root/dot
AgeCommit message (Collapse)Author
2022-02-24factor 'trap ... EXIT' code into function atexit()Andrew Cady
2022-02-24avoid use of local TCP port -- use socket file insteadAndrew Cady
2022-02-24remove (now unused) reverse connection codeAndrew Cady
2022-02-24xvnc "-r" option: working solution!Andrew Cady
Works around regression in xvncviewer where reverse connections no longer work. We now use direct connections for -r. Also, we now default to direct connections without '-r', since reverse connections fail to forward mouse+keyboard. The occupation of the port on both connection sides is not ideal. Also note that this also shares the local desktop with all other local users. Limiting the port to the calling user would be a good security feature! This may be relevant: https://serverfault.com/questions/127794/forward-local-port-or-socket-file-to-remote-socket-file/753733#753733 Not sure if either x11vnc or xvncviewer can use socket files.
2022-02-23workaround option -d for regression in xvncviewer from bullseyeAndrew Cady
2021-10-06even more beautiful output from git ll-remoteAndrew Cady
2021-10-06git-ll-remote: improve output greatlyAndrew Cady
2021-09-27git-ll-remote: fixAndrew Cady
2021-09-27fixup! new command: latestAndrew Cady
2021-09-15cutbuffer: save popped selection to clipboard in addition to primaryAndrew Cady
2021-09-15cutbuffer push: use xsel to get selection instead of xcb; push saved ↵Andrew Cady
selection to cutbuffers
2021-09-15alternative implementation of cutbuffer which does not save to diskAndrew Cady
2021-09-14cutbuffer: add menu; key bound to shift-PrtScAndrew Cady
2021-09-14refactor cutbuffer to single fileAndrew Cady
2021-09-14cutbuffer finaller cleanupAndrew Cady
2021-09-14cutbuffer final cleanupAndrew Cady
2021-09-14new command: latestAndrew Cady
2021-09-14cutbuffer_pop: fix sort orderAndrew Cady
2021-09-14cutbuffer_push: cleanupAndrew Cady
2021-09-14cutbuffer_pop: cleanupAndrew Cady
2021-09-14fixed cutbuffer stack featureAndrew Cady
2021-09-14cutbuffer stack feature partially implementedAndrew Cady
2021-09-14xbindkeys volume improvementsAndrew Cady
2021-08-14bashrc: get_spacemacs is more robustu
2021-08-14new x11 keybindingsAndrew Cady
2021-07-11cmd: choose-printerAndrew Cady
2021-03-04scripts copied from penme.gitAndrew Cady
2021-02-28disable thinkpad trackpoint scrollingAndrew Cady
2021-02-10twmp4Andrew Cady
2021-01-18nm-reup.shAndrew Cady
2021-01-17fix for tmux regressionAndrew Cady
2021-01-10improve twmp4Andrew Cady
2021-01-09add alias: twitter-dlAndrew Cady
2021-01-09bup: backup files or snapshotsAndrew Cady
2021-01-07im: auto-marginateAndrew Cady
2021-01-07twmp4Andrew Cady
2021-01-07marginateAndrew Cady
2020-12-17webencode: verbose when $DEBUG setAndrew Cady
2020-12-17marginate: twitter aspect ratioAndrew Cady
2020-12-12m3u8Andrew Cady
2020-12-05webencode refactorAndrew Cady
2020-12-05new commandsAndrew Cady
2020-11-24im: screenshot wrapperAndrew Cady
2020-10-29shallow cloning breaks the detection of remote branch statusAndrew Cady
2020-10-29improvementsAndrew Cady
2020-06-18bashrc: now has get_{firefox,stack,spacemacs}Andrew Cady
2020-06-18disable spurious checkAndrew Cady
2020-06-04get_youtube-dl()Andrew Cady
2020-05-31git-ll-remote: add -n/-N, making -n defaultAndrew Cady
This restores the default behavior (changed in yesterday's commits) of only showing refs/namespaces/* branches.
2020-05-31styleAndrew Cady