update margins
This commit is contained in:
parent
12f3e048dc
commit
71cc721090
@ -36,7 +36,7 @@
|
|||||||
(command: Execute, value: "alacritty", modifier: ["modkey", "Shift"], key: "Return"),
|
(command: Execute, value: "alacritty", modifier: ["modkey", "Shift"], key: "Return"),
|
||||||
(command: Execute, value: "firefox --private-window", modifier: ["Control", "Alt"], key: "p"),
|
(command: Execute, value: "firefox --private-window", modifier: ["Control", "Alt"], key: "p"),
|
||||||
(command: Execute, value: "codium", modifier: ["Control", "Alt"], key: "c"),
|
(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: Execute, value: "keepassxc", modifier: ["Control", "Alt"], key: "k"),
|
||||||
(command: CloseWindow, value: "", modifier: ["modkey", "Shift"], key: "q"),
|
(command: CloseWindow, value: "", modifier: ["modkey", "Shift"], key: "q"),
|
||||||
(command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "r"),
|
(command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "r"),
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
(
|
(
|
||||||
border_width: 1,
|
border_width: 1,
|
||||||
margin: 2,
|
margin: 2,
|
||||||
workspace_margin: [3, 2, 3, 2],
|
workspace_margin: [1, 1, 1, 1],
|
||||||
default_width: None,
|
default_width: None,
|
||||||
default_height: None,
|
default_height: None,
|
||||||
always_float: None,
|
always_float: None,
|
||||||
|
Loading…
Reference in New Issue
Block a user