diff --git a/config.ron b/config.ron index 3ab48a9..afe22fa 100644 --- a/config.ron +++ b/config.ron @@ -22,7 +22,7 @@ ( window_class: "firefox", spawn_on_tag: 2 ), ( window_class: "Alacritty", spawn_on_tag: 1 ), ( window_class: "keepassxc", spawn_on_tag: 1 ), - ( window_class: "code", spawn_on_tag: 3 ), + ( window_class: "codium", spawn_on_tag: 3 ), ( window_class: "vonal", spawn_floating: true, default_width: 800, default_height: 150 ), ], disable_current_tag_swap: false, @@ -34,7 +34,7 @@ (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: "code", 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: "keepassxc", modifier: ["Control", "Alt"], key: "k"), (command: CloseWindow, value: "", modifier: ["modkey", "Shift"], key: "q"),