{"id":18533775,"url":"https://github.com/vbrand1984/dotfiles","last_synced_at":"2025-05-14T23:33:04.788Z","repository":{"id":243998345,"uuid":"787489755","full_name":"vbrand1984/dotfiles","owner":"vbrand1984","description":"Linux dotfiles for openbox/tint2/conky. Managed with chezmoi and ansible. Used on Gentoo, Debian/Devuan and Void.","archived":false,"fork":false,"pushed_at":"2025-01-20T20:32:05.000Z","size":4788,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T07:17:03.292Z","etag":null,"topics":["ansible-playbook","bash","chezmoi","conky","dotfiles","dotfiles-linux","dunstrc","emacs-config","fontconfig","lua","obmenu-generator","openbox","openbox-configuration","picom-config","python","tint2rc","vimrc"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vbrand1984.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-04-16T16:09:44.000Z","updated_at":"2025-01-20T20:32:09.000Z","dependencies_parsed_at":"2024-06-29T10:29:36.981Z","dependency_job_id":"1765fb4c-330f-44c4-91a5-67bb84a5ad3c","html_url":"https://github.com/vbrand1984/dotfiles","commit_stats":null,"previous_names":["aristeo812/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbrand1984%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbrand1984%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbrand1984%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbrand1984%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vbrand1984","download_url":"https://codeload.github.com/vbrand1984/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254247968,"owners_count":22038933,"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":["ansible-playbook","bash","chezmoi","conky","dotfiles","dotfiles-linux","dunstrc","emacs-config","fontconfig","lua","obmenu-generator","openbox","openbox-configuration","picom-config","python","tint2rc","vimrc"],"created_at":"2024-11-06T19:13:06.601Z","updated_at":"2025-05-14T23:33:04.720Z","avatar_url":"https://github.com/vbrand1984.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Dotfiles\n\nThese are my personal dotfiles which I desided to publish.\n\n## Installation\n\nInstall [chezmoi](https://www.chezmoi.io/install/).\n\nClone the contents of this repository in `~/.Dots/chezmoi` (NB: specifying this directory is a must):\n\n```\nchezmoi init vbrand1984 --source ~/.Dots/chezmoi\n```\n\nSee what files are going to be changed upon applying this configuration:\n\n```\nchezmoi status --exclude=encrypted\n```\n\nSee detailed differences in the files managed by this configuration (there will be a lot):\n\n```\nchezmoi diff --exclude=encrypted\n```\n\nApply the configuration:\n\n```\nchezmoi apply --exclude=encrypted\n```\n\n## Screenshot(s)\n\n![A screenshot](../assets/screenshots/screenshot01-gentoo.png?raw=true)\n\n## List of Used Programs and Theming Packages\n\n\u003cdetails\u003e\n  \u003csummary\u003eExpand\u003c/summary\u003e\n\n\u003ctable\u003e\n    \u003ctr\u003e\u003cth colspan=\"2\"\u003eApplications and utilities\u003c/th\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eDotfiles manager\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://www.chezmoi.io/\"\u003echezmoi\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eWindow manager\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/danakj/openbox\"\u003eOpenbox\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003ePanel\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/o9000/tint2\"\u003eTint2\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eX Compositor\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/yshui/picom\"\u003epicom\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eWallpaper manager\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/l3ib/nitrogen\"\u003enitrogen\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSystem monitor\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/brndnmtthws/conky\"\u003eConky\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eOpenbox menus\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/trizen/obmenu-generator\"\u003eobmenu-generator\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eApplication launcher\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/davatorium/rofi\"\u003erofi\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eText processors\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/vim/vim\"\u003eVim\u003c/a\u003e, \u003ca href=\"https://www.gnu.org/software/emacs/\"\u003eEmacs\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eTerminal emulator\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/lxde/lxterminal\"\u003eLXTerminal\u003c/a\u003e, \u003ca href=\"https://github.com/alacritty/alacritty\"\u003eAlacritty\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eFile managers\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://midnight-commander.org/\"\u003emc\u003c/a\u003e, \u003ca href=\"https://github.com/lxde/pcmanfm\"\u003ePCManFM\u003c/a\u003e or \u003ca href=\"https://github.com/mate-desktop/caja\"\u003ecaja\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSound volume\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/Maato/volumeicon\"\u003evolumeicon\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eClipboard manager\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/CristianHenzel/ClipIt\"\u003eClipIt\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eScreensaver\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://www.jwz.org/xscreensaver/\"\u003eXScreensaver\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eX settings daemon\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://codeberg.org/derat/xsettingsd\"\u003eXSettingsD\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eCalendar\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/dmedvinsky/gsimplecal\"\u003eGsimplecal\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eScreenshots\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/dreamer/scrot\"\u003eScrot\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eMiscellania\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://codeberg.org/WhyNotHugo/caffeine-ng\"\u003eCaffeine-ng\u003c/a\u003e, \u003ca href=\"https://github.com/jonls/redshift\"\u003eRedshift\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003cth colspan=\"2\"\u003eTheming\u003c/th\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eGTK and Openbox theme\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/vbrand1984/greylooks\"\u003eGreylooks\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eIcons\u003c/td\u003e\u003ctd\u003e\u003ca href=\"https://github.com/PapirusDevelopmentTeam/papirus-icon-theme\"\u003ePapirus-Light\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eMouse cursor\u003c/td\u003e\u003ctd\u003eDMZ-White a.k.a. Vanilla-DMZ\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSystem font\u003c/td\u003e\u003ctd\u003eRoboto Regular 11\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eMonospace font\u003c/td\u003e\u003ctd\u003eJetBrains Mono Medium\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eOther fonts used\u003c/td\u003e\u003ctd\u003eUbuntu, DejaVu\u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c/details\u003e\n\n## Cheatsheet\n\n### Openbox keybindings\n\n\u003cdetails\u003e\n  \u003csummary\u003eExpand\u003c/summary\u003e\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003cth colspan=\"2\"\u003eApplication launchers\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-B\u003c/td\u003e\u003ctd\u003eWeb Browser\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-C\u003c/td\u003e\u003ctd\u003eLibreOffice Calc\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-E\u003c/td\u003e\u003ctd\u003eEmacs client\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-F\u003c/td\u003e\u003ctd\u003eFile manager\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-I\u003c/td\u003e\u003ctd\u003eLibreOffice Impress\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-O\u003c/td\u003e\u003ctd\u003eObconf\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-P\u003c/td\u003e\u003ctd\u003ePavucontrol\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-Q\u003c/td\u003e\u003ctd\u003eQalculate!\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-R\u003c/td\u003e\u003ctd\u003eTor Browser launcher\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-S\u003c/td\u003e\u003ctd\u003eOBS-Studio\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-T\u003c/td\u003e\u003ctd\u003eTerminal emulator\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-W\u003c/td\u003e\u003ctd\u003eLibreOffice Writer\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eCtrl-Alt-Del\u003c/td\u003e\u003ctd\u003eSystem monitor\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth colspan=\"2\"\u003erofi\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Enter\u003c/td\u003e\u003ctd\u003erun module (run a command)\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Shift-Enter\u003c/td\u003e\u003ctd\u003edrun module (run desktop application)\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-F1\u003c/td\u003e\u003ctd\u003ecalc module (not working in Debian-based installs)\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Tab\u003c/td\u003e\u003ctd\u003ewindow switching module\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth colspan=\"2\"\u003eScreenshots\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003ePrtScr\u003c/td\u003e\u003ctd\u003eTake a screenshot (fullscreen)\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eAlt-PrtScr\u003c/td\u003e\u003ctd\u003eScreenshot of the current window\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eCtrl-PrtScr\u003c/td\u003e\u003ctd\u003eScreenshot of selection\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-PrtScr\u003c/td\u003e\u003ctd\u003eFullscreen screenshot with a 5 sec delay\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Alt-PrtScr\u003c/td\u003e\u003ctd\u003eScreenshot of the current window with a 5 sec delay\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth colspan=\"2\"\u003eInherent Openbox stuff\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Shift-A\u003c/td\u003e\u003ctd\u003eReconfigure whole appearance\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Shift-C\u003c/td\u003e\u003ctd\u003eReconfigure Openbox\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Esc\u003c/td\u003e\u003ctd\u003eShow Openbox menu\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-D\u003c/td\u003e\u003ctd\u003eShow/hide desktop\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth colspan=\"2\"\u003eSession management\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-L\u003c/td\u003e\u003ctd\u003eLock screen\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-Esc\u003c/td\u003e\u003ctd\u003eShutdown dialogue\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Shift-Esc\u003c/td\u003e\u003ctd\u003eExit Openbox\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth colspan=\"2\"\u003eNavigating between desktops\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-[1..4]\u003c/td\u003e\u003ctd\u003eGo to desktop 1, 2, 3 or 4\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-Left\u003c/td\u003e\u003ctd\u003eGo to the desktop to the left\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-Right\u003c/td\u003e\u003ctd\u003eGo to the desktop to the right\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-Up\u003c/td\u003e\u003ctd\u003eGo to the desktop above\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Ctrl-Down\u003c/td\u003e\u003ctd\u003eGo to the desktop below\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth colspan=\"2\"\u003eMoving windows between desktops\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Shift-[1..4]\u003c/td\u003e\u003ctd\u003eMove current window to desktop 1, 2, 3 or 4\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Shift-Left\u003c/td\u003e\u003ctd\u003eMove current window to the desktop to the left\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Shift-Right\u003c/td\u003e\u003ctd\u003eMove current window to the desktop to the right\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Shift-Up\u003c/td\u003e\u003ctd\u003eMove current window to the desktop above\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Shift-Down\u003c/td\u003e\u003ctd\u003eMove current window to the desktop below\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth colspan=\"2\"\u003eWindow handling\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eAlt-F4, Super-Q\u003c/td\u003e\u003ctd\u003eClose current window\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eAlt-Esc\u003c/td\u003e\u003ctd\u003eDrown the window into the bottom of the stack\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eAlt-Space\u003c/td\u003e\u003ctd\u003eShow window\u0026#39;s context menu\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-F\u003c/td\u003e\u003ctd\u003eToggle fullscreen\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-I\u003c/td\u003e\u003ctd\u003eIconify current window\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-M\u003c/td\u003e\u003ctd\u003eToggle maximize\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-O\u003c/td\u003e\u003ctd\u003eToggle omnipresent\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eAlt-Tab\u003c/td\u003e\u003ctd\u003eSwitch to the next window\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eCtrl-Alt-Tab\u003c/td\u003e\u003ctd\u003eSwitch to the previous window\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\n        \u003cth colspan=\"2\"\u003e(Semi)-Tiling\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Left\u003c/td\u003e\u003ctd\u003eShift current window to the left half of the screen\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Right\u003c/td\u003e\u003ctd\u003eShift current window to the right half of the screen\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Up\u003c/td\u003e\u003ctd\u003eShift current window to the top half of the screen\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Down\u003c/td\u003e\u003ctd\u003eShift current window to the bottom half of the screen\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-Home\u003c/td\u003e\u003ctd\u003eShift current window to the upper-left corner of the screen\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-PageUp\u003c/td\u003e\u003ctd\u003eShift current window to the upper-right corner of the screen\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-PageDown\u003c/td\u003e\u003ctd\u003eShift current window to the bottom-right corner of the screen\u003c/td\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003eSuper-End\u003c/td\u003e\u003ctd\u003eShift current window to the bottom-left corner of the screen\u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c/details\u003e\n\n### Dunst mouse bindings\n\n\u003cdetails\u003e\n  \u003csummary\u003eExpand\u003c/summary\u003e\n\n* Left click: Open context menu for actions and URLs.\n* Right click: Close current notification.\n* Middle click: Close all notifications.\n\n\u003c/details\u003e\n\n## Features\n\n### Supported distributions\nThese dotfiles are tested in Gentoo, Debian/Devuan and Void Linux. Theoretically, this config should also work in other Debian-based distros (non-systemd ones included), and in Ubuntu and Ubuntu-based distributions as well, but not all features may be supported.\n\nThe dotfiles are managed by [chezmoi](https://www.chezmoi.io/). In Void Linux, the package for chezmoi is in the official repository; in Gentoo, there is an ebuild in the guru overlay. There is no official support for chezmoi in Debian though. One can install chezmoi in Debian and Debian-based distros in different ways. Personally, I prefer manual installation of the prebuilt `.deb` package ([link](https://www.chezmoi.io/install/#download-a-pre-built-linux-package)). After that it is possible to update chezmoi by running `chezmoi upgrade` (see the [docs](https://www.chezmoi.io/reference/commands/upgrade/)).  \n\n### Automated installation of packages\nIn Debian-based distros, this config will automatically install needed packages using `aptitude`. The list of the packages to install is stored in the [`$CHEZMOI_SOURCE_DIR/.chezmoidata/packages-debian.yaml`](home/.chezmoidata/packages-deb.yaml) file. Further package installation and configuration is performed by my ansible playbook (WIP).\n\n### Local bin directory\n`~/.Dots/bin` is added in `$PATH` _after_ everything else. This directory contains several scripts which have executable bit on.\n\n`~/.Dots/bin` has the `exact_` chezmoi's prefix in the config** (see the [docs](https://www.chezmoi.io/reference/source-state-attributes/)) which means that anything not managed by chezmoi in this directory will be deleted upon executing `chezmoi init --apply`, `chezmoi update` or `chezmoi apply`. If this behaviour is undesirable, rename the directory in the chezmoi source directory and wipe off the `exact_` prefix before applying the configuration.\n\nThe name `~/.Dots/bin` was chosen deliberately because this path does not belong to any known to me standard, so that this config doesn't touch the `~/bin` and `~/.local/bin` directories.\n\n### Local scripts directories\nUtility scripts without executable flag are stored in the [`~/.Dots/scripts`](home/exact_private_dot_Dots/exact_private_dot_scripts) directory. Openbox pipemenu scripts are stored in [`~/.Dots/scripts/openbox-pipemenus`](home/exact_private_dot_Dots/exact_private_dot_scripts/exact_private_openbox-menus). All these scripts are invoked from other scripts directly, so that there is no need to either add them in `$PATH` or enable executable bit at all.\n\nThese directories both have the `exact_` prefix in the config as well.\n\n### Most config files are readonly\nMost of the configuration files managed by chezmoi here are `private_` and `readonly_`. The reason for that is not only security, but also convenience. This prevents user from accidently editing a config file which is managed by chezmoi. Instead, the `chedit` alias is defined in `bash` for the `chezmoi edit --apply` command. This command is also available via the `mc` user menu: just navigate your cursor over the desired file, press `F2` and `e`.\n\n### The chezmoi.toml file\nThis config excessively abuses templating features of chezmoi. Many settings are stored in the main configuration file of chezmoi, `~/.config/chezmoi/chezmoi.toml` (see the [docs](https://www.chezmoi.io/reference/configuration-file/)), which is defined by [`$CHEZMOI_SOURCE_DIR/.chezmoi.toml.tmpl`](home/.chezmoi.toml.tmpl) (see the [docs](https://www.chezmoi.io/reference/special-files-and-directories/chezmoi-format-tmpl/)).\n\n### Theming and fontconfig options\nGTK options like theme, system font, mouse cursor theme, as well as fontconfig options like DPI, antialias and hinting are kept on a centralized basis in the `~/.config/chezmoi/chezmoi.toml` file in the `gtk\u003cwhatever\u003e` and `fc\u003cwhatever\u003e` variables. One should not use programs like `lxappearance` in order to adjust these settings. Instead, edit the `~/.config/chezmoi/chezmoi.toml` file, run `chezmoi apply` and [`reconfigure-appearance.sh`](home/private_dot_Dots/exact_private_bin/private_readonly_executable_reconfigure-appearance.sh.tmpl) (or just press `Super-Shift-A` in order to invoke this script).\n\nThe default [Greylooks](https://github.com/vbrand1984/greylooks) GTK and Openbox theme is downloaded and installed in the `~/.local/share/themes` directory automatically upon applying the configuration.\n\n## Caveats\n\n* This config **may delete several config files in `$HOME`**, see the [`$CHEZMOI_SOURCE_DIR/.chezmoiremove`](home/.chezmoiremove) file for more details. The reason for that is, configuration files for these programs are stored inside the `~/.config` directory instead (and Vim config is stored in `~/.vim`).\n* Git configuration is also affected. The `~/.gitconfig` and `./git-credentials` files are deleted, and the `~/.config/git/config` file is created according to its template. Thus, be sure you've backed up your git configuration before applying these dotfiles!\n* The `~/.config/autostart` directory **has the `exact_` chezmoi's prefix in the config** which means that **anything not managed by chezmoi in it will be deleted** upon executing `chezmoi init --apply`, `chezmoi update` or `chezmoi apply` (this is done partly for security, partly for convenience reasons). You have been warned.\n\n## License\nThis project is free software and is published under the terms of the [GPL-2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) license.\n\nThe project is provided AS IS and WITHOUT ANY WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbrand1984%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvbrand1984%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbrand1984%2Fdotfiles/lists"}