theolepage / dotfiles

My config files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My config files for my laptop running on Arch Linux.

Software Name
Distribution Arch Linux (Anarchy)
Desktop environment i3-gaps
Status bar polybar
Application launcher rofi
Terminal emulator urxvt
CLI interpreter Zsh

List of all installed packages: pkglist.txt.

This repository and the dotfiles are managed by chezmoi.

Screenshot

screenshot

Usage

  • Add an existing file: chezmoi add ~/.bashrc
  • Edit a file: chezmoi edit ~/.bashrc
  • Apply changes: chezmoi apply
  • Go to the repository: chezmoi cd
  • Pull and apply remote changes: chezmoi update

Notes

Enable touchpad while typing

  1. Get touchpad id with: xinput --list
  2. Get properties of the touchpad: xinput --list-props <touchpadid>
  3. Enable the feature with: xinput --set-prop <touchpadid> <propid> <value>

About

My config files.


Languages

Language:Shell 100.0%