Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xdg: ignore templates | Franck Cuny | 2021-01-13 | 1 | -0/+1 |
| | |||||
* | mpd: fix the path to the music library | Franck Cuny | 2021-01-13 | 1 | -1/+1 |
| | |||||
* | git: store configuration under XDG_CONFIG_HOME | Franck Cuny | 2021-01-04 | 4 | -0/+51 |
| | | | | | Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there. | ||||
* | redshift: fix longitude for Berkeley | Franck Cuny | 2021-01-03 | 1 | -1/+1 |
| | | | | | I should have read the documentation more carefully, the longitude, when in the western emisphere, should be negative. | ||||
* | mpd: music is on the laptop, not from a smb share | Franck Cuny | 2020-12-27 | 1 | -8/+2 |
| | |||||
* | redshift: update settings | Franck Cuny | 2020-12-27 | 1 | -2/+11 |
| | |||||
* | term: replace urxvt with alacritty | Franck Cuny | 2020-12-27 | 2 | -3/+759 |
| | | | | There's a better support for unicode. | ||||
* | i3: key bindings | Franck Cuny | 2020-12-01 | 1 | -3/+7 |
| | | | | | | - change the binding for locking the screen - drop the one to change the focus (so we can re-use it for locking) - assign some applications to specific workspaces | ||||
* | mpd: install mpd on linux | Franck Cuny | 2020-10-28 | 1 | -0/+21 |
| | | | | | default configuration is to rely on the nas to manage the library, and to use samba to access the files. | ||||
* | backup: specify the domain | Franck Cuny | 2020-10-28 | 1 | -1/+1 |
| | |||||
* | linux: create service for backing up | Franck Cuny | 2020-10-06 | 1 | -0/+13 |
| | | | | I want to backup my $HOME to the nas using restic. | ||||
* | desktop: adjust colors for redshift | Franck Cuny | 2020-10-06 | 1 | -3/+3 |
| | |||||
* | [desktop] more configuration files for linux | Franck Cuny | 2020-10-01 | 2 | -0/+19 |
| | | | | Add configuration for the ssh-agent, pam and XDG. | ||||
* | [desktop] adjust configuration for i3 | Franck Cuny | 2020-10-01 | 1 | -2/+2 |
| | |||||
* | [redshift] create configuration file | Franck Cuny | 2020-10-01 | 1 | -0/+10 |
| | | | | | | | Instead of passing the options as arugments to the CLI, create a configuration file with everything we need in it. We also manage the service with systemd. | ||||
* | fonts: let's use DejaVu where possible | Franck Cuny | 2020-09-23 | 1 | -1/+1 |
| | | | | Also use 180 for the DPI. | ||||
* | linux: add i3 config | Franck Cuny | 2020-09-12 | 1 | -0/+169 |