wip
This commit is contained in:
parent
98bf6317b1
commit
6cc36e3be6
@ -83,7 +83,7 @@ pad=8x4 # optionally append 'center'
|
|||||||
# long-press-delay=400
|
# long-press-delay=400
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
alpha={{ .theme.opacity.high }}
|
#alpha=1
|
||||||
background={{ .theme.color.bg }}
|
background={{ .theme.color.bg }}
|
||||||
foreground={{ .theme.color.fg }}
|
foreground={{ .theme.color.fg }}
|
||||||
# flash=7f7f00
|
# flash=7f7f00
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
|
|
||||||
|
export WLR_RENDERER=vulkan
|
||||||
|
|
||||||
for fpath in ~/.config/*/env.sh; do
|
for fpath in ~/.config/*/env.sh; do
|
||||||
. "$fpath"
|
. "$fpath"
|
||||||
done
|
done
|
||||||
|
3
arch-user/config/readline/env.sh
Normal file
3
arch-user/config/readline/env.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
|
2
arch-user/config/readline/inputrc
Normal file
2
arch-user/config/readline/inputrc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
set editing-mode vi
|
||||||
|
|
@ -45,4 +45,8 @@ noremap г д
|
|||||||
noremap ь ж
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user