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" "$mod, tab, togglefloating"
# Workspace swipe but with $mod+scroll # Workspace swipe but with $mod+scroll
"$mod, mouse_up, workspace, r+1" "$mod, mouse_up, workspace, m+1"
"$mod, mouse_down, workspace, r-1" "$mod, left, workspace, m-1"
"$mod, mouse_down, workspace, m-1"
"$mod, right, workspace, m+1"
# Send window to next workspace # Send window to next workspace
"$mod SHIFT, mouse_up, movetoworkspace, r+1" "$mod SHIFT, mouse_up, movetoworkspace, m+1"
"$mod SHIFT, mouse_down, movetoworkspace, r-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 # Prevent xwayland apps from looking pixellated, cursor scaling to compensate for this is defined in home.nix

View file

@ -1,4 +1,4 @@
{...}: { ... }:
{ {
services.nextcloud-client = { services.nextcloud-client = {
enable = true; enable = true;

View file

@ -1,5 +1,4 @@
{ {
config,
pkgs, pkgs,
... ...
}: }:
@ -22,6 +21,7 @@
enable = true; enable = true;
}; };
globals.mapleader = " "; globals.mapleader = " ";
utility.sleuth.enable = true;
languages = { languages = {
enableDAP = true; enableDAP = true;
enableExtraDiagnostics = true; enableExtraDiagnostics = true;

View file

@ -1,4 +1,5 @@
{pkgs, ...}:{ { pkgs, ... }:
{
# packages that i dont need to use a module for # packages that i dont need to use a module for
home.packages = with pkgs; [ home.packages = with pkgs; [
grimblast # Screenshot tool grimblast # Screenshot tool