Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zetxx/dotfiles
machine configs
https://github.com/zetxx/dotfiles
computer configuration
Last synced: 21 days ago
JSON representation
machine configs
- Host: GitHub
- URL: https://github.com/zetxx/dotfiles
- Owner: zetxx
- Created: 2015-11-26T19:26:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T09:17:03.000Z (25 days ago)
- Last Synced: 2025-01-14T10:43:54.448Z (25 days ago)
- Topics: computer, configuration
- Language: Lua
- Homepage:
- Size: 173 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .confs
## Monitor Dell
```bash
# add mode
xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync && xrandr --addmode HDMI-1 2560x1440_60.00
# rm mode
xrandr --delmode HDMI-1 2560x1440_60.00 && xrandr --rmmode 2560x1440_60.00
```