Staf
This commit is contained in:
@@ -44,8 +44,8 @@ in {
|
|||||||
};
|
};
|
||||||
"type:pointer" = {
|
"type:pointer" = {
|
||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
pointer_accel = "0.5";
|
|
||||||
natural_scroll = "disabled";
|
natural_scroll = "disabled";
|
||||||
|
pointer_accel = "0.1";
|
||||||
};
|
};
|
||||||
"type:touchpad" = {
|
"type:touchpad" = {
|
||||||
scroll_factor = "0.5";
|
scroll_factor = "0.5";
|
||||||
@@ -83,11 +83,11 @@ in {
|
|||||||
workspaceOutputAssign = [
|
workspaceOutputAssign = [
|
||||||
{
|
{
|
||||||
output = "HDMI-A-1";
|
output = "HDMI-A-1";
|
||||||
workspace = "2";
|
workspace = "1";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
output = "DP-3";
|
output = "DP-3";
|
||||||
workspace = "1";
|
workspace = "2";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
modifier = mod;
|
modifier = mod;
|
||||||
|
|||||||
@@ -29,3 +29,5 @@ keybind = ctrl+shift+k=goto_split:top
|
|||||||
keybind = ctrl+shift+j=goto_split:bottom
|
keybind = ctrl+shift+j=goto_split:bottom
|
||||||
|
|
||||||
keybind = ctrl+shift+m=toggle_tab_overview
|
keybind = ctrl+shift+m=toggle_tab_overview
|
||||||
|
|
||||||
|
keybind = ctrl+shift+alt+r=reset
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ theme = "catppuccin_custom"
|
|||||||
[editor]
|
[editor]
|
||||||
cursorline = true
|
cursorline = true
|
||||||
bufferline = "always"
|
bufferline = "always"
|
||||||
line-number = "relative"
|
|
||||||
|
|
||||||
[editor.cursor-shape]
|
[editor.cursor-shape]
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
|
|||||||
Reference in New Issue
Block a user