This commit is contained in:
2025-07-15 22:34:56 +01:00
parent 7a9083d0ef
commit 0929e6a15a
3 changed files with 5 additions and 4 deletions

View File

@@ -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;

View File

@@ -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

View File

@@ -3,7 +3,6 @@ theme = "catppuccin_custom"
[editor]
cursorline = true
bufferline = "always"
line-number = "relative"
[editor.cursor-shape]
insert = "bar"