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"
|
||||
|
||||
# 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{...}:
|
||||
{ ... }:
|
||||
{
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
@ -22,6 +21,7 @@
|
|||
enable = true;
|
||||
};
|
||||
globals.mapleader = " ";
|
||||
utility.sleuth.enable = true;
|
||||
languages = {
|
||||
enableDAP = true;
|
||||
enableExtraDiagnostics = true;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}:{
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# packages that i dont need to use a module for
|
||||
home.packages = with pkgs; [
|
||||
grimblast # Screenshot tool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue