keybinding change
This commit is contained in:
parent
19ec3071dd
commit
29b88047cd
@ -22,7 +22,7 @@
|
|||||||
( window_class: "firefox", spawn_on_tag: 2 ),
|
( window_class: "firefox", spawn_on_tag: 2 ),
|
||||||
( window_class: "Alacritty", spawn_on_tag: 1 ),
|
( window_class: "Alacritty", spawn_on_tag: 1 ),
|
||||||
( window_class: "keepassxc", 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 ),
|
( window_class: "vonal", spawn_floating: true, default_width: 800, default_height: 150 ),
|
||||||
],
|
],
|
||||||
disable_current_tag_swap: false,
|
disable_current_tag_swap: false,
|
||||||
@ -34,7 +34,7 @@
|
|||||||
(command: Execute, value: "vonalc toggle", modifier: ["modkey"], key: "d"),
|
(command: Execute, value: "vonalc toggle", modifier: ["modkey"], key: "d"),
|
||||||
(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: "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: "nautilus", 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"),
|
||||||
|
Loading…
Reference in New Issue
Block a user