{"id":23803360,"url":"https://github.com/langurmonkey/dotfiles","last_synced_at":"2025-04-13T09:11:39.926Z","repository":{"id":262212090,"uuid":"885237044","full_name":"langurmonkey/dotfiles","owner":"langurmonkey","description":"My dotfiles repository. Configuration files for nvim, Hyprland, i3, sway, screen, helix, mutt, mpd, dusnt, rofi, zsh and much more.","archived":false,"fork":false,"pushed_at":"2025-04-09T06:14:47.000Z","size":253808,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T07:24:18.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/langurmonkey.png","metadata":{"files":{"readme":"README.md","changelog":"newsboat/config","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-08T08:10:23.000Z","updated_at":"2025-04-09T06:14:51.000Z","dependencies_parsed_at":"2024-11-11T08:20:44.034Z","dependency_job_id":"6fe2869b-f3b7-4f45-b10f-8733aeaa47f9","html_url":"https://github.com/langurmonkey/dotfiles","commit_stats":{"total_commits":1626,"total_committers":3,"mean_commits":542.0,"dds":0.044280442804428,"last_synced_commit":"533291ce6cb0eb12882bcf5eb69ee4fe3cbcf8b5"},"previous_names":["langurmonkey/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/langurmonkey%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/langurmonkey%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/langurmonkey%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/langurmonkey%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/langurmonkey","download_url":"https://codeload.github.com/langurmonkey/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248688565,"owners_count":21145766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-01T22:30:46.470Z","updated_at":"2025-04-13T09:11:39.905Z","avatar_url":"https://github.com/langurmonkey.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n**This** is my Linux configuration. \nIt contains utilities to bootstrap and deploy my environment and dotfiles for\ni3wm, polybar, vim, ranger, and some other programs.\n\n## Bootstrap\n\nThe following line checks out the repository into `~/.dotfiles` and installs the essential tools:\n\n```console\nbash \u003c(curl -s https://codeberg.org/langurmonkey/dotfiles/raw/master/bootstrap.sh)\n```\n\n## Create environment\n\nDeploy the environment anytime using the `deploy` script:\n\n```console\n~/.dotfiles/deploy\n```\n\n## More info\n\n- [Background story](docs/bg.md)\n- [Deploying](docs/deploy.md)\n- [i3wm](docs/i3wm.md)\n- [qutebrowser](docs/qutebrowser.md)\n- [dmenu](docs/dmenu.md)\n- [ranger](docs/ranger.md)\n- [neovim](docs/neovim.md)\n- [pass](docs/pass.md)\n- [HOWTO HiDPI](docs/hidpi.md)\n\n## Going from i3 to hyprland (dpi)\n\nChange the following:\n\n- **Topcat**: Start script. Use one of those:\n    - i3: `javaArgs=\"-Xms2g -Xmx8g -Dsun.java2d.dpiaware=true -Dsun.java2d.uiScale=2.5\"`\n    - wayland: `javaArgs=\"-Xms1g -Xmx2g -Dsun.java2d.dpiaware=true -Dsun.java2d.uiScale=1.0\"`\n- **Qutebrowser**: GPU acceleration causes problems with Wayland and Nvidia. Make sure that `qt.args` in `:set` contains `[\"disable-gpu\"]`.\n- **~/.profile**: This may not be necessary, but there are a bunch of variables that need to change. Probably not read in wayland.\n    - i3:\n        ```\n        export GDK_SCALE=2\n        export GDK_DPI_SCALE=0.5\n        export QT_AUTO_SCREEN_SET_FACTOR=0\n        export QT_SCALE_FACTOR=2\n        export QT_FONT_DPI=96\n        ```\n    - Hyprland:\n        ```\n        export GDK_SCALE=1\n        export GDK_DPI_SCALE=1.0\n        export GTK_SCALE=wayland\n        export QT_AUTO_SCREEN_SET_FACTOR=0\n        export QT_SCALE_FACTOR=1\n        export QT_FONT_DPI=96\n        ```\n- **Thunderbird**: On i3, you need to set ``layout.css.devPixelsPerPixel`` to 2 in the config editor.\n- **FreeTube**: On wayland, you need to edit the Exec line in the desktop file (`/usr/share/applications/freetube.desktop`) so that it reads `Exec=/opt/FreeTube/freetube --enable-features=UseOzonePlatform --ozone-platform=wayland %U`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flangurmonkey%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flangurmonkey%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flangurmonkey%2Fdotfiles/lists"}