My dotfiles
Go to file
Anas Elgarhy f1ef247c0c
[update] Update the zellij config
2023-06-20 14:50:45 +03:00
.config [update] Update the zellij config 2023-06-20 14:50:45 +03: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 [add/new] Create the vconsole config 2023-05-10 01:34:34 +03:00
scripts Add script to install emoji font(noto-fonts-emoji)😆 2022-05-21 09:05:39 +02:00
.Xresources [add/new] Create the .Xresources 2023-05-10 03:37:48 +03:00
.bashrc [shell] Create the setup.sh 2023-05-17 10:14:36 +03: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 [update] Update the WM binary name 2023-05-28 15:15:03 +03:00
.xprofile [update] Update the KB layuots 2023-06-15 15:42:41 +03:00
.xserverrc add stickykeys 2022-04-23 07:34:27 +02:00
.zshrc [shell] Create the setup.sh 2023-05-17 10:14:36 +03: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 [fix] Fix the browser config link 2023-05-09 23:54:39 +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%

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