small update

This commit is contained in:
arnaucube
2018-12-23 22:18:49 +01:00
parent 69a2e597ec
commit 1372f04fce
2 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ config files
- in `.config/nvim/init.vim`
- install https://github.com/junegunn/vim-plug
- inside neovim, execute: `:PlugInstall`
- for the vim-go, execute: :GoInstallBinaries
- `.bashrc`
- in `~/home/.bashrc` directory
- execute `source .bashrc`
@@ -17,3 +18,4 @@ config files
- to apply changes in the current session use `xmodmap ~/.Xmodmap`
- Redshift `redshift.conf`
- in `~/.conf/redshift.conf`
- i3 config files `/i3` and `/i3status` directories go inside `~/.conf/` directory

View File

@@ -1,9 +1,8 @@
; Global settings for redshift
[redshift]
; Set the day and night screen temperatures
temp-day=5700
; temp-night=3500
temp-night=4500
temp-day=5000
temp-night=3500
; Enable/Disable a smooth transition between day and night
; 0 will cause a direct change from day to night screen temperature.