update margins

This commit is contained in:
Candifloss 2024-12-29 14:20:32 +05:30
parent 12f3e048dc
commit 71cc721090
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
(command: Execute, value: "alacritty", modifier: ["modkey", "Shift"], key: "Return"),
(command: Execute, value: "firefox --private-window", modifier: ["Control", "Alt"], key: "p"),
(command: Execute, value: "codium", modifier: ["Control", "Alt"], key: "c"),
(command: Execute, value: "nautilus", modifier: ["Control", "Alt"], key: "f"),
(command: Execute, value: "nemo", modifier: ["Control", "Alt"], key: "f"),
(command: Execute, value: "keepassxc", modifier: ["Control", "Alt"], key: "k"),
(command: CloseWindow, value: "", modifier: ["modkey", "Shift"], key: "q"),
(command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "r"),

View File

@ -2,7 +2,7 @@
(
border_width: 1,
margin: 2,
workspace_margin: [3, 2, 3, 2],
workspace_margin: [1, 1, 1, 1],
default_width: None,
default_height: None,
always_float: None,