xf86 keys
This commit is contained in:
+5
-5
@@ -100,28 +100,28 @@
|
|||||||
key = "XF86MonBrightnessUp";
|
key = "XF86MonBrightnessUp";
|
||||||
mods = "";
|
mods = "";
|
||||||
command = "light -A 10";
|
command = "light -A 10";
|
||||||
}
|
};
|
||||||
{
|
{
|
||||||
key = "XF86MonBrightnessDown";
|
key = "XF86MonBrightnessDown";
|
||||||
mods = "";
|
mods = "";
|
||||||
command = "light -U 10";
|
command = "light -U 10";
|
||||||
}
|
};
|
||||||
|
|
||||||
{
|
{
|
||||||
key = "XF86AudioRaiseVolume";
|
key = "XF86AudioRaiseVolume";
|
||||||
mods = "";
|
mods = "";
|
||||||
command = "wpctl set-volume @DEFAULT_SINK@ 5%+";
|
command = "wpctl set-volume @DEFAULT_SINK@ 5%+";
|
||||||
}
|
};
|
||||||
{
|
{
|
||||||
key = "XF86AudioLowerVolume";
|
key = "XF86AudioLowerVolume";
|
||||||
mods = "";
|
mods = "";
|
||||||
command = "wpctl set-volume @DEFAULT_SINK@ 5%-";
|
command = "wpctl set-volume @DEFAULT_SINK@ 5%-";
|
||||||
}
|
};
|
||||||
{
|
{
|
||||||
key = "XF86AudioMute";
|
key = "XF86AudioMute";
|
||||||
mods = "";
|
mods = "";
|
||||||
command = "wpctl set-mute @DEFAULT_SINK@ toggle";
|
command = "wpctl set-mute @DEFAULT_SINK@ toggle";
|
||||||
}
|
};
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user