From 0929e6a15ac9aefdf41f5833c74a97db3a6805ef Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Tue, 15 Jul 2025 22:34:56 +0100 Subject: [PATCH] Staf --- users/configs/desktop/sway/default.nix | 6 +++--- users/configs/system/ghostty/config | 2 ++ users/configs/system/helix/config/config.toml | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/users/configs/desktop/sway/default.nix b/users/configs/desktop/sway/default.nix index 6f2adae..3be6295 100644 --- a/users/configs/desktop/sway/default.nix +++ b/users/configs/desktop/sway/default.nix @@ -44,8 +44,8 @@ in { }; "type:pointer" = { accel_profile = "flat"; - pointer_accel = "0.5"; natural_scroll = "disabled"; + pointer_accel = "0.1"; }; "type:touchpad" = { scroll_factor = "0.5"; @@ -83,11 +83,11 @@ in { workspaceOutputAssign = [ { output = "HDMI-A-1"; - workspace = "2"; + workspace = "1"; } { output = "DP-3"; - workspace = "1"; + workspace = "2"; } ]; modifier = mod; diff --git a/users/configs/system/ghostty/config b/users/configs/system/ghostty/config index de3ff7d..77e1c38 100644 --- a/users/configs/system/ghostty/config +++ b/users/configs/system/ghostty/config @@ -29,3 +29,5 @@ keybind = ctrl+shift+k=goto_split:top keybind = ctrl+shift+j=goto_split:bottom keybind = ctrl+shift+m=toggle_tab_overview + +keybind = ctrl+shift+alt+r=reset diff --git a/users/configs/system/helix/config/config.toml b/users/configs/system/helix/config/config.toml index ede91dc..492db75 100644 --- a/users/configs/system/helix/config/config.toml +++ b/users/configs/system/helix/config/config.toml @@ -3,7 +3,6 @@ theme = "catppuccin_custom" [editor] cursorline = true bufferline = "always" -line-number = "relative" [editor.cursor-shape] insert = "bar"