summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* finalise changelog for 1.001-1 uploadHEADdebian/1.001-1archive/debian/1.001-1masterSean Whitton6 days
|
* v1.001v1.001Sean Whitton6 days
| | | | | | | | | - New "scroll left", "scroll right" commands. - Rearrange papersway(1) somewhat. - Specify that the user should configure 'focus_wrapping' to 'no'. - Fix some overlapping suggested bindings. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* say "PaperWM-like scrollable tiling window management"Sean Whitton6 days
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* papersway(1): insert missing =backSean Whitton6 days
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* insert a blank line for $VERSIONSean Whitton6 days
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Alias papersway-msg(1) to papersway(1)Sean Whitton6 days
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* bump versionSean Whitton7 days
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Fix some overlapping suggested bindingsSean Whitton7 days
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Rearrange papersway(1), say user should configure focus_wrapping=noSean Whitton7 days
| | | | | | | | | | | At the present time, I am not sure what assumptions about focus_wrapping are made by the unsplitting code. Possibly the issue is only with focus_wrapping=workspace. In any case, it appears that I had focus_wrapping=no while initially developing and testing papersway, so let's recommend that. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* New "scroll left", "scroll right" commandsSean Whitton7 days
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* factor out App::papersway::cmds classSean Whitton7 days
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* avoid normalising when moving focus between visible columnsSean Whitton7 days
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* factor out focused_col_idxSean Whitton7 days
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix comparison to be numericSean Whitton7 days
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix links to CPAN RTSean Whitton2024-04-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* upload 1.000 to Debiandebian/1.000-1archive/debian/1.000-1Sean Whitton2024-04-24
|
* v1.000v1.000Sean Whitton2024-04-24
| | | | | | - Fix the side we pull from in one case of exiting monocle mode. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* changelogSean Whitton2024-04-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add idea about different default ncols for different outputsSean Whitton2024-04-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* update Changes, bump versionSean Whitton2024-04-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add debian/papersway/ to .gitignoreSean Whitton2024-04-20
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix & improve comment, check @$old_cols for whether exiting monocleSean Whitton2024-04-19
| | | | | | | Fixes: ncols=2, $avail_l && $avail_r, close leftmost column. Previously this pulled from the right. Now it pulls from the left. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* d/control: drop duplicate perl dependencySean Whitton2024-04-19
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* d/control: update Homepage fieldSean Whitton2024-04-19
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* papersway(1): insert missing spaceSean Whitton2024-04-19
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* upload 0.003 to Debiandebian/0.003-1archive/debian/0.003-1Sean Whitton2024-04-19
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* v0.003v0.003Sean Whitton2024-04-19
| | | | | | - README improvements. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* update Changes, bump versionSean Whitton2024-04-19
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* README: add URL of new project homepageSean Whitton2024-04-19
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* README: fix reference to CONTRIBUTING, call RT a "bug tracker"Sean Whitton2024-04-19
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* README: add apt-get installation instructionsSean Whitton2024-04-19
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* v0.002v0.002Sean Whitton2024-04-12
| | | | | | | - papersway(1): Add missing 'exec' to sample bindings. - Attempt to fix distribution name for PAUSE indexer. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* bump versionSean Whitton2024-04-12
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Attempt to fix distribution name for PAUSE indexerSean Whitton2024-04-12
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* papersway(1): add missing 'exec' to sample bindingsSean Whitton2024-04-12
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* upload to unstable NEWdebian/0.001-1archive/debian/0.001-1Sean Whitton2024-04-12
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* v0.001v0.001Sean Whitton2024-04-12
| | | | | | - First independent release. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* write manpage for bin/paperswaySean Whitton2024-04-12
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* initial DebianisationSean Whitton2024-04-12
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add --i3status option to permit running without i3statusSean Whitton2024-04-12
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* rename to papersway, make this its own projectSean Whitton2024-04-12
| | | | | | History before this point extracted from dotfiles.git by git-filter-repo(1). Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* i3status-wrapper: fix copyright noticeSean Whitton2024-04-12
| | | | I worked on the fresh workspace code during 2020.
* http->https in some license headersSean Whitton2024-04-12
|
* i3status-wrapper: tidyingSean Whitton2024-04-12
|
* i3status-wrapper: replace IPC::Shareable & Local::Desktop::WMIPCSean Whitton2024-04-11
|
* i3status-wrapper: drop reopening STDINSean Whitton2024-04-10
|
* i3status-wrapper: refactor: move processing user commands into a subSean Whitton2024-04-10
|
* i3status-wrapper: minor simplification for readabilitySean Whitton2024-02-22
|
* i3status-wrapper: fix commentSean Whitton2024-02-22
|
* i3status-wrapper: minor simplification for readabilitySean Whitton2024-02-22
|