summaryrefslogtreecommitdiff
path: root/perl5
Commit message (Collapse)AuthorAge
* archive remaining i3-specific configSean Whitton2024-04-22
|
* http->https in some license headersSean Whitton2024-04-12
|
* i3status-wrapper: replace IPC::Shareable & Local::Desktop::WMIPCSean Whitton2024-04-11
|
* i3status-wrapper: fix C-i C-M-jSean Whitton2024-01-19
|
* compact_workspaces: ignore i3status-wrapper hidden workspacesSean Whitton2024-01-16
|
* add & use Local::Desktop::WMIPC class for i3/Sway IPC connectionsSean Whitton2024-01-14
|
* start work on PaperWM-inspired extensions to Sway setupSean Whitton2024-01-13
|
* configure annex.used-refspec for move-extdrive-unused annexesSean Whitton2023-06-13
| | | | | These repositories have just one ordinary branch, so "+refs/heads/master" should be exactly equivalent to "+refs/heads/*:-refs/heads/synced/*".
* when reviewing some annexes, move unused files from external drivesSean Whitton2023-06-13
|
* don't use --local for my git config keys & factor out config_boolSean Whitton2023-06-12
|
* namespace my git config keysSean Whitton2023-06-12
|
* check for detached HEADs in 'mr status', drop two old TODOsSean Whitton2022-12-27
| | | | | Additionally, don't look for branches with unpushed commits in linked working trees. This avoids duplication in 'mr status' output for multiple repos.
* archive ScriptStatus.pm (not Local/ScriptStatus.pm)Sean Whitton2022-11-13
|
* GNU Stow -> hstow, and follow-up tidying & simplificationsSean Whitton2022-11-12
|
* attempt to replace normalise-mrconfig script w/ "include" directiveSean Whitton2022-10-18
|
* register all git worktrees with myreposSean Whitton2022-10-18
|
* handle workspace_buttons out in i3status-wrapper, compact less oftenSean Whitton2022-08-17
| | | | | | Even if we were to uncomment the call to compact_workspaces in i3status-wrapper, (the rest of) this change would still mean we would do fewer get_workspaces queries overall.
* compact the workspace list, show & hide the workspace buttonsSean Whitton2022-08-17
|
* export $wmipc, factor out & export &wmipcSean Whitton2022-08-17
|
* tidy up to-mbox and from-mbox scriptsSean Whitton2022-07-15
| | | | | | Additionally, archive-fmail-to-annex creates ~/.fmail/annex if missing, and expand-annex-to-fmail creates ~/.fmail/annex/.expanded before trying to create files under that directory.
* stop keeping duplicates in annex mbox expansionSean Whitton2022-07-15
| | | | We preserve them in the permanent archives, but don't need to index them.
* move files indicating which mboxes have been expanded into a subdirSean Whitton2022-07-13
| | | | We can then have notmuch ignore them without using a regular expression.
* store Gnus/notmuch's copy of annexed mail in a single maildir's cur/Sean Whitton2022-07-12
|
* _sysptycap_pty: ensure output field defined when cmd outputs nothingSean Whitton2022-06-20
|
* add bindings to move container to workspace and also go thereSean Whitton2022-05-14
|
* minor archive out of bin/ and perl5/Sean Whitton2022-04-17
|
* locmaint ignores loose ~/src files under git worktrees & add TODOsSean Whitton2022-04-04
|
* add ~/src/emacs-snapshot/ worktreeSean Whitton2022-03-17
|
* locmaint --sys: check that aptitude is on PATHSean Whitton2022-02-27
|
* move fresh-workspace into lib so sway-ftp-master need not shell outSean Whitton2022-01-04
|
* update pkg name App::{annex_review_unused -> git_annex_reviewunused}Sean Whitton2021-12-21
|
* update import App::annex_review_unused -> App:git_annex_reviewunusedSean Whitton2021-08-22
|
* update some more 'use lib' pathsSean Whitton2021-08-22
|
* src_register_all: correctly handle repos under a subdir of ~/srcSean Whitton2021-05-23
|
* update handling of wallpapers for use of SwaySean Whitton2021-04-21
|
* close mailboxes in a way which avoid warningsSean Whitton2020-10-25
|
* typoSean Whitton2020-10-19
|
* copy don't symlinkSean Whitton2020-08-11
| | | | More flexible and the files aren't going to change.
* new script and library for setting desktop wallpaperSean Whitton2020-08-10
|
* personal nmbug setupSean Whitton2020-05-03
|
* switch back Rexfile -> insinuate-dotfiles for the time beingSean Whitton2020-04-22
|
* set $return->{exit} right after waiting on the childSean Whitton2020-04-15
| | | | | In fact, PID reuse isn't going to happen until child is reaped by parent.
* avoid copying output around so muchSean Whitton2020-04-15
|
* commentSean Whitton2020-04-15
|
* _sysptycap_pty: renameSean Whitton2020-04-15
|
* _sysptycap_tty: decode using locale's charset if possibleSean Whitton2020-04-15
|
* TODOSean Whitton2020-04-15
|
* better variable namesSean Whitton2020-04-15
|
* rather than relying on literal PIDs, break look if no more childrenSean Whitton2020-04-15
| | | | This is more elegant as PIDs get reused.
* use 4-argument select() rather than SIGALRM for readabilitySean Whitton2020-04-14
|