From fe3f79c828d0f0960aa7ef841fa9c89b9955b882 Mon Sep 17 00:00:00 2001 From: candifloss Date: Thu, 9 Jan 2025 21:13:05 +0530 Subject: [PATCH] Updated some keybindings --- config.ron | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config.ron b/config.ron index 40c54d1..40fa587 100644 --- a/config.ron +++ b/config.ron @@ -20,7 +20,7 @@ insert_behavior: Bottom, scratchpad: [], window_rules: [ - ( window_class: "firefox", spawn_on_tag: 2 ), + ( window_class: "waterfox", spawn_on_tag: 2 ), ( window_class: "Alacritty", spawn_on_tag: 1 ), ( window_class: "keepassxc", spawn_on_tag: 1 ), ( window_class: "codium", spawn_on_tag: 3 ), @@ -33,10 +33,11 @@ workspace_margin: 1, keybind: [ (command: Execute, value: "vonalc toggle", modifier: ["modkey"], key: "d"), - (command: Execute, value: "alacritty", modifier: ["modkey", "Shift"], key: "Return"), - (command: Execute, value: "firefox --private-window", modifier: ["Control", "Alt"], key: "p"), + (command: Execute, value: "eww open --toggle executioner", modifier: ["modkey"], key: "r"), + (command: Execute, value: "wezterm", modifier: ["modkey", "Shift"], key: "Return"), + (command: Execute, value: "waterfox --private-window", modifier: ["Control", "Alt"], key: "p"), (command: Execute, value: "codium", modifier: ["Control", "Alt"], key: "c"), - (command: Execute, value: "nemo", modifier: ["Control", "Alt"], key: "f"), + (command: Execute, value: "thunar", 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"),