Updated some keybindings

This commit is contained in:
Candifloss 2025-01-09 21:13:05 +05:30
parent 71cc721090
commit fe3f79c828

View File

@ -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"),