Change browser
This commit is contained in:
parent
a98a41d84f
commit
da93ea0c61
@ -23,6 +23,7 @@
|
|||||||
( window_class: "waterfox", spawn_on_tag: 2 ),
|
( window_class: "waterfox", spawn_on_tag: 2 ),
|
||||||
( window_class: "firefox", spawn_on_tag: 2 ),
|
( window_class: "firefox", spawn_on_tag: 2 ),
|
||||||
( window_class: "org.mozilla.firefox", spawn_on_tag: 2 ),
|
( window_class: "org.mozilla.firefox", spawn_on_tag: 2 ),
|
||||||
|
( window_class: "zen", spawn_on_tag: 4 ),
|
||||||
( window_class: "Alacritty", spawn_on_tag: 1 ),
|
( window_class: "Alacritty", spawn_on_tag: 1 ),
|
||||||
( window_class: "keepassxc", spawn_on_tag: 5 ),
|
( window_class: "keepassxc", spawn_on_tag: 5 ),
|
||||||
( window_class: "vscodium", spawn_on_tag: 3 ),
|
( window_class: "vscodium", spawn_on_tag: 3 ),
|
||||||
@ -41,7 +42,8 @@
|
|||||||
(command: Execute, value: "rofi -show run", modifier: ["modkey"], key: "r"),
|
(command: Execute, value: "rofi -show run", modifier: ["modkey"], key: "r"),
|
||||||
//(command: Execute, value: "worf --show run", modifier: ["modkey"], key: "r"),
|
//(command: Execute, value: "worf --show run", modifier: ["modkey"], key: "r"),
|
||||||
(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: "zen", modifier: ["Control", "Alt"], key: "p"),
|
||||||
(command: Execute, value: "codium", 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"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user