added vim sleuth and changed workspace keybinds
also cleaned up some uneccesary inputs
This commit is contained in:
parent
85567863ce
commit
d965253061
4 changed files with 12 additions and 7 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue