Compare commits
3 commits
07f91b2654
...
1fe5795588
Author | SHA1 | Date | |
---|---|---|---|
1fe5795588 | |||
2efa91f5a6 | |||
91b02a6dd6 |
4 changed files with 5 additions and 13 deletions
|
@ -11,14 +11,7 @@ set -add global ui_options terminal_status_on_top=true
|
||||||
# case insensitive search
|
# case insensitive search
|
||||||
map global normal / /(?i)
|
map global normal / /(?i)
|
||||||
|
|
||||||
eval %sh{
|
source ~/.cache/themer.lua/kakoune
|
||||||
. ~/.config/river/colors
|
|
||||||
if test "$dark" = true; then
|
|
||||||
echo "colorscheme selenized-black"
|
|
||||||
else
|
|
||||||
echo "colorscheme grayscale-superiority"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# ------------
|
# ------------
|
||||||
# Language Server Protocol
|
# Language Server Protocol
|
||||||
|
@ -118,7 +111,6 @@ evaluate-commands %sh{
|
||||||
}
|
}
|
||||||
hook global ModuleLoaded fzf %{
|
hook global ModuleLoaded fzf %{
|
||||||
set-option global fzf_terminal_command 'fzf-terminal kak -c %val{session} -e "%arg{@}"'
|
set-option global fzf_terminal_command 'fzf-terminal kak -c %val{session} -e "%arg{@}"'
|
||||||
set-option global fzf_default_opts '--color=light'
|
|
||||||
}
|
}
|
||||||
hook global ModuleLoaded fzf-file %{
|
hook global ModuleLoaded fzf-file %{
|
||||||
set-option global fzf_file_command 'rg -L --hidden --files --glob !.git'
|
set-option global fzf_file_command 'rg -L --hidden --files --glob !.git'
|
||||||
|
|
|
@ -2,8 +2,8 @@ profile {
|
||||||
output LVDS-1 enable
|
output LVDS-1 enable
|
||||||
}
|
}
|
||||||
profile {
|
profile {
|
||||||
output HDMI-A-1 enable position 1366,0 scale 1
|
output HDMI-A-1 enable position 0,0 scale 1
|
||||||
output LVDS-1 enable position 0,312
|
output LVDS-1 enable position 1920,312
|
||||||
#output LVDS-1 disable
|
#output LVDS-1 disable
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 736f1477b466223883be11fd1109613e9b37deb6
|
Subproject commit 12999418de5ebc9ba43604052e464a7ab1c7e5b7
|
|
@ -1 +1 @@
|
||||||
rose-pine-dawn
|
rose-pine-moon
|
Loading…
Reference in a new issue