Skip to content

hoangcog04/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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.

Screenshot

System Information

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

Appearance

Some notes

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

About

Fedora Desktop Ricing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors