1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

feat: make resize mode faster and fix no_cursor warps old option

This commit is contained in:
oddlama 2024-06-13 01:50:13 +02:00
parent 5569f45ed2
commit 4b68bec5bb
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -1,6 +1,3 @@
# TODO: waybar qr scan button
# TODO: waybar color picker button
# TODO: notification center toggle
# TODO: screencast button with notification
# TODO: better qr script: click button, freeze screen, highlight qrs, overlay preview detected text, click to copy.
# TODO ai speech indicator / toggle
@ -146,6 +143,8 @@ in {
allow_tearing = true;
};
general.no_cursor_warps = true;
# FIXME: from 0.41.0: cursor.no_warps = true;
debug.disable_logs = false;
misc = {
@ -198,10 +197,14 @@ in {
extraConfig = ''
submap=resize
binde=,right,resizeactive,10 0
binde=,left,resizeactive,-10 0
binde=,up,resizeactive,0 -10
binde=,down,resizeactive,0 10
binde=,right,resizeactive,80 0
binde=,left,resizeactive,-80 0
binde=,up,resizeactive,0 -80
binde=,down,resizeactive,0 80
binde=SHIFT,right,resizeactive,10 0
binde=SHIFT,left,resizeactive,-10 0
binde=SHIFT,up,resizeactive,0 -10
binde=SHIFT,down,resizeactive,0 10
bind=,escape,submap,reset
submap=reset