My dotfiles
Go to file
Anas Elgarhy 6d3de31390
[add/new] Create the firefox style
2023-05-09 23:23:43 +03:00
.config [update/shell] Remove `thefuck` alias 2023-04-21 01:37:30 +02:00
.github/workflows [CI] Add the disroot repo to the mirror action 2023-04-15 23:20:16 +02:00
.mozilla/firefox/chrome [add/new] Create the firefox style 2023-05-09 23:23:43 +03:00
Screenshots [ImgBot] Optimize images 2023-04-17 12:49:57 +00:00
etc [fix] fix the wifi disable on startup issue 2023-05-07 13:48:12 +03:00
scripts Add script to install emoji font(noto-fonts-emoji)😆 2022-05-21 09:05:39 +02:00
.bashrc [update/shell] Add the init command for `github-copilot-cli 2023-04-21 01:21:36 +02:00
.gitconfig [update/add] Add `aur://` alias 2023-05-05 17:18:36 +03:00
.mergify.yml ci(Mergify): configuration update 2023-04-15 22:51:13 +02:00
.tmux.conf Add tmux config 2022-03-15 20:00:59 +02:00
.xinitrc Add .xinitrc file 2023-03-08 22:48:25 +02:00
.xprofile Add X environment variables for Nabi in '.xprofile' 2023-03-08 22:47:22 +02:00
.xserverrc add stickykeys 2022-04-23 07:34:27 +02:00
.zshrc [update/shell] Add the init command for `github-copilot-cli 2023-04-21 01:21:45 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-05-03 21:06:29 +02:00
LICENSE Create LICENSE 2022-05-03 21:09:11 +02:00
README.md [improve/driver conf] Use libinput for the touchpad instad of synaptics 2023-05-07 13:17:19 +03:00
renovate.json Add renovate.json 2023-04-17 17:26:41 +00:00

README.md

Screenshots

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%

Also available on