xf86 keys

This commit is contained in:
Odweta
2026-01-11 20:36:14 +01:00
parent 54c5b4b1ff
commit f9a60f2ef4
+3 -3
View File
@@ -123,9 +123,7 @@
command = "wpctl set-mute @DEFAULT_SINK@ toggle";
}
];
};
};*/
*/
bind = [
# standard $mod keybindings
{ key = "RETURN"; mods = "$mod SHIFT"; command = "$term"; }
@@ -160,4 +158,6 @@
{ key = "XF86AudioLowerVolume"; mods = ""; command = "wpctl set-volume @DEFAULT_SINK@ 5%-"; }
{ key = "XF86AudioMute"; mods = ""; command = "wpctl set-mute @DEFAULT_SINK@ toggle"; }
];
};
};
}