i3+nvim
This commit is contained in:
@@ -102,6 +102,7 @@ bindsym $mod+z mode "resize"
|
|||||||
bindsym $mod+g mode "$mode_gaps"
|
bindsym $mod+g mode "$mode_gaps"
|
||||||
|
|
||||||
# Open specific applications in floating mode
|
# Open specific applications in floating mode
|
||||||
|
for_window [class="Matplotlib"] floating enable, move position center, border normal
|
||||||
for_window [class="GParted"] floating enable border normal
|
for_window [class="GParted"] floating enable border normal
|
||||||
for_window [class="Lightdm-settings"] floating enable
|
for_window [class="Lightdm-settings"] floating enable
|
||||||
for_window [class="Qalculate-gtk"] floating enable sticky enable border normal
|
for_window [class="Qalculate-gtk"] floating enable sticky enable border normal
|
||||||
|
|||||||
+1
-1
@@ -594,7 +594,7 @@ require("lazy").setup({
|
|||||||
function()
|
function()
|
||||||
return {
|
return {
|
||||||
exe = "ruff",
|
exe = "ruff",
|
||||||
args = { "check", "--fix", "-" },
|
args = { "check", "--select I,F,UP", "--fix", "-" },
|
||||||
stdin = true,
|
stdin = true,
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user