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:
parent
5569f45ed2
commit
4b68bec5bb
1 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue