Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zetxx/dotfiles

machine configs
https://github.com/zetxx/dotfiles

computer configuration

Last synced: 21 days ago
JSON representation

machine configs

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
```