add waybar toggle
This commit is contained in:
parent
cfa1c625c3
commit
f0dee3726c
1 changed files with 8 additions and 0 deletions
|
|
@ -35,6 +35,14 @@ in {
|
||||||
params = "pkill wofi || wofi -i -S drun -M multi-contains";
|
params = "pkill wofi || wofi -i -S drun -M multi-contains";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
flags = [];
|
||||||
|
mods = ["SUPER"];
|
||||||
|
key = "B";
|
||||||
|
dispatcher = "exec";
|
||||||
|
params = "pkill waybar || waybar";
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
flags = [];
|
flags = [];
|
||||||
mods = ["SUPER"];
|
mods = ["SUPER"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue