n
This commit is contained in:
@@ -124,7 +124,7 @@ bind = $mod, Print, exec, grim -g "$($slurp_cmd 00ff00 && sleep 0.1)" -t png -l
|
|||||||
# Submaps {{{
|
# Submaps {{{
|
||||||
#TODO send print on alt+f4
|
#TODO send print on alt+f4
|
||||||
bind = $mod, L, submap, launch
|
bind = $mod, L, submap, launch
|
||||||
$media = NI EO P - A M W B . , K J M+W R
|
$media = media # NI EO P - A M W B . , K J M+W R
|
||||||
bindl = $mod, M, submap, $media #mod+`
|
bindl = $mod, M, submap, $media #mod+`
|
||||||
bindl = $mod, grave, submap, $media #mod+`
|
bindl = $mod, grave, submap, $media #mod+`
|
||||||
bind = $mod, G, submap, group
|
bind = $mod, G, submap, group
|
||||||
@@ -162,7 +162,7 @@ bind =, L, exec, logseq
|
|||||||
bind =, L, submap, reset
|
bind =, L, submap, reset
|
||||||
bind =, O, exec, obsidian --force-device-scale-factor=2
|
bind =, O, exec, obsidian --force-device-scale-factor=2
|
||||||
bind =, O, submap, reset
|
bind =, O, submap, reset
|
||||||
bind = SHIFT, O, exec, QT_SCALE_FACTOR=1.25 obs
|
bind = SHIFT, O, exec, QT_SCALE_FACTOR=1 obs
|
||||||
bind = SHIFT, O, submap, reset
|
bind = SHIFT, O, submap, reset
|
||||||
bind =, K, exec, klavaro
|
bind =, K, exec, klavaro
|
||||||
bind =, K, submap, reset
|
bind =, K, submap, reset
|
||||||
|
|||||||
@@ -2,11 +2,8 @@ promptToReturnFromSubprocess: false
|
|||||||
gui:
|
gui:
|
||||||
# One of 'rounded' (default) | 'single' | 'double' | 'hidden' | 'bold'
|
# One of 'rounded' (default) | 'single' | 'double' | 'hidden' | 'bold'
|
||||||
border: single
|
border: single
|
||||||
|
|
||||||
git:
|
git:
|
||||||
# pagers:
|
pagers:
|
||||||
# - pager: delta --dark --paging=never
|
- colorArg: always
|
||||||
paging:
|
# --line-numbers
|
||||||
colorArg: always
|
pager: delta --dark --paging=never
|
||||||
# --line-numbers
|
|
||||||
pager: delta --dark --paging=never
|
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ hwdec=auto
|
|||||||
|
|
||||||
cache=yes
|
cache=yes
|
||||||
cache-pause
|
cache-pause
|
||||||
demuxer-max-bytes=4GiB
|
demuxer-max-bytes=1GiB
|
||||||
demuxer-max-back-bytes=8GiB
|
demuxer-max-back-bytes=1GiB
|
||||||
force-seekable
|
force-seekable
|
||||||
|
|
||||||
ytdl-format=bestvideo[height<=?1080][vcodec!=?av01]+bestaudio/best
|
ytdl-format=bestvideo[height<=?1080][vcodec!=?av01]+bestaudio/best
|
||||||
@@ -13,7 +13,7 @@ ytdl-format=bestvideo[height<=?1080][vcodec!=?av01]+bestaudio/best
|
|||||||
screenshot-format=png
|
screenshot-format=png
|
||||||
screenshot-png-compression=7
|
screenshot-png-compression=7
|
||||||
|
|
||||||
profile=gpu-hq
|
profile=high-quality
|
||||||
|
|
||||||
|
|
||||||
[music]
|
[music]
|
||||||
@@ -28,9 +28,9 @@ profile-desc="watching anime"
|
|||||||
|
|
||||||
alang=jpn,ja
|
alang=jpn,ja
|
||||||
audio-file-auto=fuzzy
|
audio-file-auto=fuzzy
|
||||||
# sub-pos=10
|
|
||||||
slang=eng,en
|
slang=eng,en
|
||||||
sub-auto=fuzzy
|
sub-auto=fuzzy
|
||||||
|
# sub-pos=10
|
||||||
|
|
||||||
resume-playback
|
resume-playback
|
||||||
save-position-on-quit
|
save-position-on-quit
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
prepend_keymap = [
|
prepend_keymap = [
|
||||||
# { on = "<C-y>", run = "plugin wl-clipboard", desc = "Yank to clipboard" },
|
# { on = "<C-y>", run = "plugin wl-clipboard", desc = "Yank to clipboard" },
|
||||||
{ on = "<C-y>", run = 'shell -- for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list' },
|
{ on = "<C-y>", run = 'shell -- for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list' },
|
||||||
|
{ on = "<C-n>", run = 'shell -- dragon-drop -x -a -T -s 256 "$@"', desc = "Open drag and drop window" },
|
||||||
|
|
||||||
{ on = "R", run = "rename --empty=stem --cursor=start", desc = "Rename file full" },
|
{ on = "R", run = "rename --empty=stem --cursor=start", desc = "Rename file full" },
|
||||||
{ on = [
|
{ on = [
|
||||||
|
|||||||
Reference in New Issue
Block a user