From 71cc72109056e568e5ffcbcbc5a070c83ade8213 Mon Sep 17 00:00:00 2001 From: candifloss Date: Sun, 29 Dec 2024 14:20:32 +0530 Subject: [PATCH] update margins --- config.ron | 2 +- themes/candy/theme.ron | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ron b/config.ron index a96227c..40c54d1 100644 --- a/config.ron +++ b/config.ron @@ -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"), diff --git a/themes/candy/theme.ron b/themes/candy/theme.ron index e084963..73fc4a5 100755 --- a/themes/candy/theme.ron +++ b/themes/candy/theme.ron @@ -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,