Merge branch 'main' of gitea:inkch/dotfiles

This commit is contained in:
inkch 2025-01-26 21:21:21 +09:00
commit d42375ac06
2 changed files with 7 additions and 6 deletions

View File

@ -42,7 +42,7 @@
s13 S-KeyF13 s13 S-KeyF13
c13 C-KeyF13 c13 C-KeyF13
low (tap-hold-next-release 150 spc (layer-toggle lower)) low (tap-hold-next-release 150 spc (layer-toggle lower))
upp (tap-hold-next-release 150 ret (layer-toggle upper)) upp (layer-toggle upper)
uti (layer-toggle util) uti (layer-toggle util)
esc #(esc C-KeyF13) esc #(esc C-KeyF13)
ssf (sticky-key 750 lsft) ssf (sticky-key 750 lsft)
@ -50,6 +50,7 @@
sct (sticky-key 750 lctl) sct (sticky-key 750 lctl)
sme (sticky-key 750 lmet) sme (sticky-key 750 lmet)
ar A-ret ar A-ret
cr C-ret
ctl (tap-hold-next-release 500 S-KeyF13 lctl) ctl (tap-hold-next-release 500 S-KeyF13 lctl)
met (tap-hold-next-release 500 C-KeyF13 lmet) met (tap-hold-next-release 500 C-KeyF13 lmet)
) )
@ -64,8 +65,8 @@
(deflayer lower (deflayer lower
grv 1 2 3 4 5 6 7 8 9 0 - = bspc grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab @esc tab end r C-t @cle pgdn pgup @cri @esc [ ] \ tab @esc tab end @cr C-t @cle pgdn pgup @cri @esc [ ] \
lctl home @ssf del tab @sme left down up rght : " ret lctl home @ssf del ret @sme left down up rght : " ret
lsft C-z C-x @sct @sal @s13 bspc @ar < > ? rsft lsft C-z C-x @sct @sal @s13 bspc @ar < > ? rsft
lctl lalt @met @low @uti _ bspc lctl lalt @met @low @uti _ bspc
) )

View File

@ -42,11 +42,11 @@ set -x LESSHISTFILE '-'
# nnn (filemanager) settings # nnn (filemanager) settings
if type -q nnn if type -q nnn
set -x NNN_CONTEXT_COLORS '4231' set -x NNN_CONTEXT_COLORS '4231'
{{- if eq .chezmoi.osRelease.id "arch" }} {{- if eq .chezmoi.hostname "arch" }}
set -x NNN_BMS 'm:/mnt/;h:/mnt/hdd/;t:/mnt/hdd/torrent;v:/mnt/hdd/vids;B:/mnt/hdd/bass;b:/mnt/hdd/books;M:/mnt/hdd/books/manga;d:~/dl;.:~/.config' set -x NNN_BMS 'm:/mnt/;h:/mnt/hdd/;t:/mnt/hdd/torrent;v:/mnt/hdd/vids;B:/mnt/hdd/bass;b:/mnt/hdd/books;M:/mnt/hdd/books/manga;d:~/dl;.:~/.config'
{{- else if eq .chezmoi.osRelease.id "buzz" }} {{- else if eq .chezmoi.hostname "buzz" }}
set -x NNN_BMS 'u:/usbkey;m:/mnt/;d:~/dl;t:~/dl/torrent;.:~/.config' set -x NNN_BMS 'u:/usbkey;m:/mnt/;d:~/dl;t:~/dl/torrent;.:~/.config'
{{ end }} {{- end }}
end end
# python # python