Welcome to my dotfiles repository, where I store my Linux rice configurations. This includes things to customize the desktop appearance, basic Vim configurations, and a guide for setting up a new system.
These dotfiles are simple and basic.
| What | I use |
|---|---|
| Distro | Fedora |
| Window manager | bspwm |
| Desktop environment | xfce |
| Apps Launcher | rofi |
| Bar | polybar |
| Terminal | alacritty |
| Shell | zsh |
| Text Editor | Nvim |
| Compositor | yshui-picom |
| Music Player | mpd + ncmpcpp |
| File Manager | Thunar |
| Screenshot Software | Flameshot |
- Theme: Nordic
- Terminal Font: JetBrains Nerd Font
- Icon: Papirus
- Cursor: Nordzy-cursors
Touchpad tap-to-click & Natural Scrolling
/etc/X11/xorg.conf.d/40-touchpad.conf
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
Option "NaturalScrolling" "on"
EndSection

