This commit is contained in:
Yuri Zamyatin 2025-04-06 21:57:26 +00:00
parent 98bf6317b1
commit 6cc36e3be6
5 changed files with 13 additions and 2 deletions

View File

@ -83,7 +83,7 @@ pad=8x4 # optionally append 'center'
# long-press-delay=400
[colors]
alpha={{ .theme.opacity.high }}
#alpha=1
background={{ .theme.color.bg }}
foreground={{ .theme.color.fg }}
# flash=7f7f00

View File

@ -2,6 +2,8 @@
export PATH=$PATH:~/.local/bin
export WLR_RENDERER=vulkan
for fpath in ~/.config/*/env.sh; do
. "$fpath"
done

View File

@ -0,0 +1,3 @@
#!/bin/sh
export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc

View File

@ -0,0 +1,2 @@
set editing-mode vi

View File

@ -45,4 +45,8 @@ noremap г д
noremap ь ж
noremap н л
" hacks
set clipboard=unnamedplus
xnoremap "+y y:call system("wl-copy", @")<cr>
nnoremap "+p :let @"=substitute(system("wl-paste --no-newline"), '<C-v><C-m>', '', 'g')<cr>p
nnoremap "*p :let @"=substitute(system("wl-paste --no-newline --primary"), '<C-v><C-m>', '', 'g')<cr>p