added vim sleuth and changed workspace keybinds

also cleaned up some uneccesary inputs
This commit is contained in:
Gabriella Bere 2025-06-03 20:33:16 +01:00
parent 85567863ce
commit d965253061
4 changed files with 12 additions and 7 deletions

View file

@ -79,11 +79,15 @@
"$mod, tab, togglefloating"
# Workspace swipe but with $mod+scroll
"$mod, mouse_up, workspace, r+1"
"$mod, mouse_down, workspace, r-1"
"$mod, mouse_up, workspace, m+1"
"$mod, left, workspace, m-1"
"$mod, mouse_down, workspace, m-1"
"$mod, right, workspace, m+1"
# Send window to next workspace
"$mod SHIFT, mouse_up, movetoworkspace, r+1"
"$mod SHIFT, mouse_down, movetoworkspace, r-1"
"$mod SHIFT, mouse_up, movetoworkspace, m+1"
"$mod SHIFT, left, movetoworkspace, m-1"
"$mod SHIFT, mouse_down, movetoworkspace, m-1"
"$mod SHIFT, right, movetoworkspace, m+1"
];
# Prevent xwayland apps from looking pixellated, cursor scaling to compensate for this is defined in home.nix