summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-09fixes for "make diff"Andrew Cady
2022-10-09rename marginate -> letterboxAndrew Cady
2022-10-09new alias "nodes"Andrew Cady
2022-10-09enable prboom flag -windowAndrew Cady
2022-10-09remove xinitrcAndrew Cady
2022-10-09remove "penme" commands from this repoAndrew Cady
2022-10-09fix usage bugAndrew Cady
2022-10-09remove all traces of xtigervncviewerAndrew Cady
2022-10-09switch back to xtightvncviewer for shared connectionAndrew Cady
This is needed because xtigervncviewer now fails to forward the input from the other side when launched in this way. There is the same buggy behavior in xtightvncviewer when connecting in the 'reverse' style -- which has been removed from this code base because of that regression. The system as it is now uses both tiger and tight viewers. It uses tiger locally and tight when it projects the display remotely. But only tight has proven reliable in operation. Tight should be available locally. Tiger is preferred because it supports use of a socket file and because it supports many other features and has a superior UI. But these features are not worth bugs and unreliability.
2022-10-09fix race condition with pollAndrew Cady
2022-10-09add doom gamesAndrew Cady
2022-10-09thinkfix.shAndrew Cady
2022-10-09bashrc: new aliases: emacs, frbAndrew Cady
2022-10-09git-ll-remote: trim outputAndrew Cady
2022-02-24xvnc: use unix socket instead of tcp, always (now requires xtigervncviewer)Andrew Cady
2022-02-24switch to tiger vnc viewerAndrew Cady
2022-02-24Successfully eliminated TCP port on both sides!Andrew Cady
This requires relying on xtigervncviewer on the remote side, since only tiger supports connecting to a unix socket file. This is for -r only. The regular connection still uses TCP :(
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