Compare commits

..

3 commits

Author SHA1 Message Date
1fe5795588 kanshi: Cambiar disposición 2022-06-18 18:54:35 -03:00
2efa91f5a6 rose-pine-moon 2022-06-18 18:54:27 -03:00
91b02a6dd6 kak: themer.lua 2022-06-18 18:54:16 -03:00
4 changed files with 5 additions and 13 deletions

View file

@ -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'

View file

@ -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

View file

@ -1 +1 @@
rose-pine-dawn rose-pine-moon