Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Z
zathura
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 111
    • Issues 111
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • pwmt
  • zathura
  • Merge Requests
  • !41

Open
Opened Feb 02, 2021 by Matþew Tate Scarbrough@Matthew-Tate-Scarbrough1
  • Report abuse
Report abuse

WIP: Created an example `zathurarc` file.

  • Overview 1
  • Commits 4
  • Changes 1

I could not find any official zathurarc, so I followed along with the config.c recording as much as I thought relevant for most people. I write with a very particular style so that may not be liked. It is a bit disorganized; as such, I may rewrite it and split it up into about four files: zathurarc, normalrc, indexrc, and presentationrc Three of these would be called into zathurarc via the include <...> line—this would also then offer an example of how to do this.

My intent was to modify the meson file to tell it to copy doc/sample_zathurarc to /usr/share/doc/zathura/sample_zathurarc or /usr/local/share/doc/zathura/sample_zathurarc, but I did not know how to do that.

I believe I have submitted this request to the development branch properly.

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch "https://git.pwmt.org/Matthew-Tate-Scarbrough/zathura.git" "master"
git checkout -b "Matthew-Tate-Scarbrough/zathura-master" FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "origin/develop"
git merge --no-ff "Matthew-Tate-Scarbrough/zathura-master"

Step 4. Push the result of the merge to GitLab

git push origin "develop"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: pwmt/zathura!41