Compare commits
2 Commits
b3c3640a54
...
def29c9e18
| Author | SHA1 | Date | |
|---|---|---|---|
| def29c9e18 | |||
| a574204578 |
@ -1,5 +1,4 @@
|
|||||||
return {
|
return {
|
||||||
{
|
|
||||||
"lewis6991/gitsigns.nvim",
|
"lewis6991/gitsigns.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
opts = {
|
opts = {
|
||||||
@ -40,7 +39,8 @@ return {
|
|||||||
row = 0,
|
row = 0,
|
||||||
col = 1,
|
col = 1,
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
config = function (_, opts)
|
||||||
|
require('gitsigns').setup(opts)
|
||||||
|
end
|
||||||
}
|
}
|
||||||
|
|||||||
@ -46,7 +46,7 @@ output HDMI-A-1 position 2560 360 mode 1920x1080@60Hz
|
|||||||
# input configuration
|
# input configuration
|
||||||
# you can get the names of your inputs by running: swaymsg -t get_inputs
|
# you can get the names of your inputs by running: swaymsg -t get_inputs
|
||||||
# read `man 5 sway-input` for more information about this section.
|
# read `man 5 sway-input` for more information about this section.
|
||||||
input "1133:16505:Logitech_G_Pro" {
|
input type:pointer {
|
||||||
pointer_accel 0
|
pointer_accel 0
|
||||||
accel_profile "flat"
|
accel_profile "flat"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user