1
0
Fork
You've already forked dotfiles
0
My dotfiles
  • CSS 73.3%
  • Lua 15.7%
  • Shell 5.7%
  • Python 4%
  • Emacs Lisp 0.9%
  • Other 0.4%
Find a file
2026年05月17日 15:01:27 +03:00
.github/workflows chore(deps): update actions/checkout action to v4 2023年09月05日 02:24:36 +00:00
etc feat(etc): update stuff 2026年04月10日 20:53:47 +02:00
home feat(nvim): update to the latest 2026年05月17日 15:01:27 +03:00
scripts feat: create some dummy install/setup things 2026年04月10日 20:58:53 +02:00
.gitignore chore(git): ignore log files 2024年09月08日 10:52:58 +03:00
.gitmodules feat(tmux): i dont remember what i did 2025年04月17日 23:25:23 +02:00
.mergify.yml ci(Mergify): configuration update 2023年04月15日 22:51:13 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022年05月03日 21:06:29 +02:00
justfile chore(justfiles): create the push task 2025年12月09日 10:41:50 +02:00
LICENSE chore(license): use the unlicense instead of MIT 2023年08月26日 08:35:33 +03:00
README.md docs(readme): rm screenshots section 2024年04月02日 11:37:47 +02:00

Very (boring) system, focused on the content.

Ref

Laptop stuff

  • If u use a laptop like me and only use yo-dwm or any other standalone WM u may notch that the touchpad doesn't work as you expect (like u can't perform the mouse button clicks with it), in this case, you need to configure the touchpad driver(and maybe download the driver itself). In most cases libinput is more than enough and it's installed by default with Xorg-server and Wayland, and this is what I'll go with. see 30-touchpad.conf, but you maybe want to use synaptics instant if u want a specific feature that doesn't exist in libinput yet like the Circular scrolling

    I notch that the disable touchpad while typing option doesn't work with me when I trayd synaptics idk why but it works just fine with libinput

  • When u use ur laptop as a daily driver then u may be concerned about the battery life (especially when u using a gaming laptop) and if ur laptop is from Lenovo like me u maybe used to have control over the charger to select a specific percentage for the battery and when the battery reaches it the laptop will stop the charging and it'll run on the charger only without taking anything from the battery and u save your battery life by reducing the charging cycles and the all is happy :D, so u can use tlp for this job and u can see(or steal) my configure from tlp.conf which is just the default one with enabling the threshold mode to stop charging at 60%

other

Browser

  • If u want to put the tabs on the bottom of the window on Firefox then u have to move the userChrome.css file into ur Firefox user directory(u can find it in ~/.mozilla/firefox/) in the chrome dir or create it if doesn't exist, and then u have to enable the `legacy user profile customizations stylesheets feature from about:config

Also available on