https://github.com/taco-c/config
~/.config
https://github.com/taco-c/config
dotfiles herbstluftwm neovim tmux zsh
Last synced: 7 months ago
JSON representation
~/.config
- Host: GitHub
- URL: https://github.com/taco-c/config
- Owner: taco-c
- Created: 2023-05-24T16:33:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T18:01:53.000Z (over 1 year ago)
- Last Synced: 2024-11-05T11:15:14.108Z (about 1 year ago)
- Topics: dotfiles, herbstluftwm, neovim, tmux, zsh
- Language: Shell
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RIDE
Dotfiles for Arch Linux.
Use the `xorg` profile of `archintall`, then run the dotties install
script.
Need to figure out:
* power management for laptops
## Optional
Reverse touchpad scroll direction:
```sh
device="$(xinput list | egrep "slave.*pointer" | grep -v XTEST | sed -e 's/^.*id=//' -e 's/\s.*$//' | head -n1)"
xinput set-button-map "$device" 1 2 3 5 4 6 7
```
Set Trackpoint speed:
```sh
xinput list-props 12 | grep "Accel"
xinpit set-prop 12 333 1.0
```