Compare commits
No commits in common. "1fe5795588d6cee02c63b7f1f3a2ea4e7e321442" and "07f91b2654b8782b24cc52593cbd720a860bd0e8" have entirely different histories.
1fe5795588
...
07f91b2654
4 changed files with 13 additions and 5 deletions
|
@ -11,7 +11,14 @@ set -add global ui_options terminal_status_on_top=true
|
|||
# case insensitive search
|
||||
map global normal / /(?i)
|
||||
|
||||
source ~/.cache/themer.lua/kakoune
|
||||
eval %sh{
|
||||
. ~/.config/river/colors
|
||||
if test "$dark" = true; then
|
||||
echo "colorscheme selenized-black"
|
||||
else
|
||||
echo "colorscheme grayscale-superiority"
|
||||
fi
|
||||
}
|
||||
|
||||
# ------------
|
||||
# Language Server Protocol
|
||||
|
@ -111,6 +118,7 @@ evaluate-commands %sh{
|
|||
}
|
||||
hook global ModuleLoaded fzf %{
|
||||
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 %{
|
||||
set-option global fzf_file_command 'rg -L --hidden --files --glob !.git'
|
||||
|
|
|
@ -2,8 +2,8 @@ profile {
|
|||
output LVDS-1 enable
|
||||
}
|
||||
profile {
|
||||
output HDMI-A-1 enable position 0,0 scale 1
|
||||
output LVDS-1 enable position 1920,312
|
||||
output HDMI-A-1 enable position 1366,0 scale 1
|
||||
output LVDS-1 enable position 0,312
|
||||
#output LVDS-1 disable
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 12999418de5ebc9ba43604052e464a7ab1c7e5b7
|
||||
Subproject commit 736f1477b466223883be11fd1109613e9b37deb6
|
|
@ -1 +1 @@
|
|||
rose-pine-moon
|
||||
rose-pine-dawn
|
Loading…
Reference in a new issue