Update configuration
This commit is contained in:
28
config/fd/ignore
Normal file
28
config/fd/ignore
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
*.swp
|
||||||
|
.bundle/
|
||||||
|
.vim/
|
||||||
|
npm-debug.log
|
||||||
|
vendor/bundle/
|
||||||
|
vendor/cache/
|
||||||
|
.sass-cache/
|
||||||
|
node_modules/
|
||||||
|
yarn-error.log
|
||||||
|
.env.local
|
||||||
|
*.gem
|
||||||
|
.pgsync.yml
|
||||||
|
stats.json
|
||||||
|
tags
|
||||||
|
.ctags.d/
|
||||||
|
|
||||||
|
.direnv/
|
||||||
|
*.pid
|
||||||
|
*.sock
|
||||||
|
|
||||||
|
report*.json
|
||||||
|
.clinic/
|
||||||
|
|
||||||
|
.elixir_ls/
|
||||||
|
_build/
|
||||||
|
deps/
|
||||||
|
|
||||||
|
priv/static
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||||
sort_key=47
|
sort_key=47
|
||||||
sort_direction=1
|
sort_direction=1
|
||||||
tree_sort_key=47
|
tree_sort_key=46
|
||||||
tree_sort_direction=1
|
tree_sort_direction=1
|
||||||
hide_kernel_threads=0
|
hide_kernel_threads=0
|
||||||
hide_userland_threads=0
|
hide_userland_threads=0
|
||||||
|
|||||||
@@ -45,8 +45,10 @@ for_window [class="(?i)discord"] move container to workspace $ws2
|
|||||||
for_window [class="mpv"] floating enable
|
for_window [class="mpv"] floating enable
|
||||||
for_window [class="(?i)zooout"] floating enable
|
for_window [class="(?i)zooout"] floating enable
|
||||||
|
|
||||||
for_window [class="(?i)qjackctl"] move container to workspace $ws5 floating enable
|
for_window [class="(?i)qjackctl"] move container to workspace $ws7 floating enable
|
||||||
for_window [class="(?i)cadence"] move container to workspace $ws5 floating enable
|
for_window [class="(?i)cadence"] move container to workspace $ws7 floating enable
|
||||||
|
for_window [class="(?i)reaper"] move container to workspace $ws7
|
||||||
|
for_window [class="(?i)renoise"] move container to workspace $ws7
|
||||||
for_window [class="(?i)uvi"] floating enable
|
for_window [class="(?i)uvi"] floating enable
|
||||||
for_window [class="(?i)arturia"] floating enable
|
for_window [class="(?i)arturia"] floating enable
|
||||||
for_window [class="(?i)ilok"] floating enable
|
for_window [class="(?i)ilok"] floating enable
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
"highlight.disableLanguages": ["slim", "md"],
|
"highlight.disableLanguages": ["slim", "md"],
|
||||||
"coc.source.omni.filetypes": [],
|
"coc.source.omni.filetypes": [],
|
||||||
"coc.source.omni.enable": false,
|
"coc.source.omni.enable": false,
|
||||||
|
"tailwindCSS.emmetCompletions": true,
|
||||||
"languageserver": {
|
"languageserver": {
|
||||||
"golang": {
|
"golang": {
|
||||||
"command": "gopls",
|
"command": "gopls",
|
||||||
|
|||||||
@@ -31,6 +31,10 @@ Plug 'fatih/vim-go'
|
|||||||
Plug 'Glench/Vim-Jinja2-Syntax'
|
Plug 'Glench/Vim-Jinja2-Syntax'
|
||||||
Plug 'HerringtonDarkholme/yats.vim'
|
Plug 'HerringtonDarkholme/yats.vim'
|
||||||
|
|
||||||
|
" Elixir
|
||||||
|
Plug 'elixir-editors/vim-elixir'
|
||||||
|
Plug 'mhinz/vim-mix-format'
|
||||||
|
|
||||||
Plug 'tomtom/tcomment_vim'
|
Plug 'tomtom/tcomment_vim'
|
||||||
|
|
||||||
Plug 'majutsushi/tagbar', { 'on': 'TagbarToggle' }
|
Plug 'majutsushi/tagbar', { 'on': 'TagbarToggle' }
|
||||||
@@ -362,7 +366,7 @@ highlight link GitGutterAddLineNr GitGutterAddLine
|
|||||||
highlight link GitGutterDeleteLineNr GitGutterDeleteLine
|
highlight link GitGutterDeleteLineNr GitGutterDeleteLine
|
||||||
|
|
||||||
" fzf
|
" fzf
|
||||||
let $FZF_DEFAULT_COMMAND="fd --type file --full-path -c never -H -E node_modules -E vendor -E public -E tmp -E log -E .git -E .hg -E .svn -E '*.min.js' -E '*.log' -E '.keep'"
|
let $FZF_DEFAULT_COMMAND="fd --type file --full-path -c never -H"
|
||||||
|
|
||||||
silent! nmap <C-p> :Files<CR>
|
silent! nmap <C-p> :Files<CR>
|
||||||
|
|
||||||
|
|||||||
47
config/redshift.conf
Normal file
47
config/redshift.conf
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
[redshift]
|
||||||
|
; Set the day and night screen temperatures
|
||||||
|
temp-day=6500
|
||||||
|
temp-night=4500
|
||||||
|
|
||||||
|
; Enable/Disable a smooth transition between day and night
|
||||||
|
; 0 will cause a direct change from day to night screen temperature.
|
||||||
|
; 1 will gradually increase or decrease the screen temperature
|
||||||
|
transition=1
|
||||||
|
|
||||||
|
; Set the screen brightness. Default is 1.0
|
||||||
|
;brightness=0.9
|
||||||
|
; It is also possible to use different settings for day and night since version 1.8.
|
||||||
|
;brightness-day=0.7
|
||||||
|
brightness-night=0.7
|
||||||
|
|
||||||
|
; Set the screen gamma (for all colors, or each color channel individually)
|
||||||
|
;gamma=0.9
|
||||||
|
gamma-night=0.9
|
||||||
|
|
||||||
|
;gamma=0.8:0.7:0.8
|
||||||
|
; Set the location-provider: 'geoclue', 'gnome-clock', 'manual'
|
||||||
|
; type 'redshift -l list' to see possible values
|
||||||
|
; The location provider settings are in a different section.
|
||||||
|
location-provider=manual
|
||||||
|
|
||||||
|
; Set the adjustment-method: 'randr', 'vidmode'
|
||||||
|
; type 'redshift -m list' to see all possible values
|
||||||
|
; 'randr' is the preferred method, 'vidmode' is an older API
|
||||||
|
; but works in some cases when 'randr' does not.
|
||||||
|
; The adjustment method settings are in a different section.
|
||||||
|
adjustment-method=randr
|
||||||
|
|
||||||
|
; Configuration of the location-provider:
|
||||||
|
; type 'redshift -l PROVIDER:help' to see the settings
|
||||||
|
; e.g. 'redshift -l manual:help'
|
||||||
|
[manual]
|
||||||
|
lat=41.70565241961369
|
||||||
|
lon=44.77003519848199
|
||||||
|
|
||||||
|
; Configuration of the adjustment-method
|
||||||
|
; type 'redshift -m METHOD:help' to see the settings
|
||||||
|
; ex: 'redshift -m randr:help'
|
||||||
|
; In this example, randr is configured to adjust screen 1.
|
||||||
|
; Note that the numbering starts from 0, so this is actually the second screen.
|
||||||
|
[randr]
|
||||||
|
screen=0
|
||||||
5
config/redshift/hooks
Normal file
5
config/redshift/hooks
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
case $1 in
|
||||||
|
period-changed)
|
||||||
|
exec notify-send "Redshift" "Period changed to $3"
|
||||||
|
esac
|
||||||
@@ -21,3 +21,5 @@ tags
|
|||||||
|
|
||||||
report*.json
|
report*.json
|
||||||
.clinic/
|
.clinic/
|
||||||
|
|
||||||
|
/.elixir_ls/
|
||||||
|
|||||||
5
rgignore
5
rgignore
@@ -2,3 +2,8 @@ vendor/bundle
|
|||||||
.git/
|
.git/
|
||||||
.import/
|
.import/
|
||||||
target/debug/
|
target/debug/
|
||||||
|
.elixir_ls/
|
||||||
|
_build/
|
||||||
|
deps/
|
||||||
|
node_modules/
|
||||||
|
priv/static
|
||||||
|
|||||||
3
xinitrc
Normal file → Executable file
3
xinitrc
Normal file → Executable file
@@ -27,4 +27,5 @@ xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 6 7 4 5
|
|||||||
|
|
||||||
# exec ck-launch-session dbus-launch
|
# exec ck-launch-session dbus-launch
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
exec i3 > $HOME/log/i3.txt 2>&1
|
|
||||||
|
exec dbus-launch --exit-with-session i3 > $HOME/log/i3.txt 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user