Compare commits

...

4 Commits

4 changed files with 13 additions and 10 deletions

View File

@ -5,6 +5,7 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCsRIv1fsbnQRIPKmUQbRzZg "Te
https://www.youtube.com/feeds/videos.xml?channel_id=UCUQo7nzH1sXVpzL92VesANw "Tech" https://www.youtube.com/feeds/videos.xml?channel_id=UCUQo7nzH1sXVpzL92VesANw "Tech"
https://www.youtube.com/feeds/videos.xml?channel_id=UCV0qA-eDDICsRR9rPcnG7tw "Tech" https://www.youtube.com/feeds/videos.xml?channel_id=UCV0qA-eDDICsRR9rPcnG7tw "Tech"
https://www.youtube.com/feeds/videos.xml?channel_id=UCR-DXc1voovS8nhAvccRZhg "Tech" https://www.youtube.com/feeds/videos.xml?channel_id=UCR-DXc1voovS8nhAvccRZhg "Tech"
https://www.youtube.com/feeds/videos.xml?channel_id=UCVRJ6D343dX-x730MRP8tNw "Tech"
https://www.youtube.com/feeds/videos.xml?channel_id=UC9C07cryUrKzLuAzwITPA3A "SC2" "SC2HL" https://www.youtube.com/feeds/videos.xml?channel_id=UC9C07cryUrKzLuAzwITPA3A "SC2" "SC2HL"

View File

@ -14,6 +14,8 @@ null_ls.setup {
formatting.prettier.with { extra_args = { "--no-semi", "--single-quote", "--jsx-single-quote" } }, formatting.prettier.with { extra_args = { "--no-semi", "--single-quote", "--jsx-single-quote" } },
formatting.black.with { extra_args = { "--fast" } }, formatting.black.with { extra_args = { "--fast" } },
diagnostics.flake8, diagnostics.flake8,
diagnostics.ansiblelint,
diagnostics.yamllint,
}, },
} }

View File

@ -68,7 +68,7 @@ return packer.startup(function(use)
config = [[require('completion')]], config = [[require('completion')]],
requires = { requires = {
'hrsh7th/vim-vsnip', 'hrsh7th/vim-vsnip',
-- 'hrsh7th/vim-vsnip-integ', 'hrsh7th/vim-vsnip-integ',
-- 'rafamadriz/friendly-snippets', -- 'rafamadriz/friendly-snippets',
}, },
} }

View File

@ -2,7 +2,7 @@
[general] [general]
; Set the day and night screen temperatures ; Set the day and night screen temperatures
temp-day=5700 temp-day=5700
temp-night=3500 temp-night=4000
; Disable the smooth fade between temperatures when Redshift starts and stops. ; Disable the smooth fade between temperatures when Redshift starts and stops.
; 0 will cause an immediate change between screen temperatures. ; 0 will cause an immediate change between screen temperatures.
; 1 will gradually apply the new screen temperature over a couple of seconds. ; 1 will gradually apply the new screen temperature over a couple of seconds.
@ -21,19 +21,19 @@ fade=1
;dawn-time=6:00-7:45 ;dawn-time=6:00-7:45
;dusk-time=18:35-20:15 ;dusk-time=18:35-20:15
; Set the screen brightness. Default is 1.0. ; Set the screen brightness. Default is 1.0.
brightness=0.8 ; brightness=0.8
; It is also possible to use different settings for day and night ; It is also possible to use different settings for day and night
; since version 1.8. ; since version 1.8.
;brightness-day=0.7 brightness-day=1
;brightness-night=0.4 brightness-night=0.7
; Set the screen gamma (for all colors, or each color channel ; Set the screen gamma (for all colors, or each color channel
; individually) ; individually)
gamma=0.8 ; gamma=0.8
;gamma=0.8:0.7:0.8 ;gamma=0.8:0.7:0.8
; This can also be set individually for day and night since ; This can also be set individually for day and night since
; version 1.10. ; version 1.10.
;gamma-day=0.8:0.7:0.8 gamma-day=0.8:0.7:0.8
;gamma-night=0.6 gamma-night=0.7
; Set the location-provider: 'geoclue2', 'manual'. ; Set the location-provider: 'geoclue2', 'manual'.
; The location provider settings are in a different section. ; The location provider settings are in a different section.
location-provider=manual location-provider=manual
@ -48,8 +48,8 @@ adjustment-method=wayland
; Keep in mind that longitudes west of Greenwich (e.g. the Americas) ; Keep in mind that longitudes west of Greenwich (e.g. the Americas)
; are negative numbers. ; are negative numbers.
[manual] [manual]
lat=46.1 lat=46.2
lon=5.44 lon=5.7
; Configuration of the adjustment-method ; Configuration of the adjustment-method
; type 'gammastep -m METHOD:help' to see the settings. ; type 'gammastep -m METHOD:help' to see the settings.
; ex: 'gammastep -m randr:help' ; ex: 'gammastep -m randr:help'