xf86 keys
This commit is contained in:
+3
-3
@@ -123,9 +123,7 @@
|
|||||||
command = "wpctl set-mute @DEFAULT_SINK@ toggle";
|
command = "wpctl set-mute @DEFAULT_SINK@ toggle";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
*/
|
||||||
};*/
|
|
||||||
|
|
||||||
bind = [
|
bind = [
|
||||||
# standard $mod keybindings
|
# standard $mod keybindings
|
||||||
{ key = "RETURN"; mods = "$mod SHIFT"; command = "$term"; }
|
{ key = "RETURN"; mods = "$mod SHIFT"; command = "$term"; }
|
||||||
@@ -160,4 +158,6 @@
|
|||||||
{ key = "XF86AudioLowerVolume"; mods = ""; command = "wpctl set-volume @DEFAULT_SINK@ 5%-"; }
|
{ key = "XF86AudioLowerVolume"; mods = ""; command = "wpctl set-volume @DEFAULT_SINK@ 5%-"; }
|
||||||
{ key = "XF86AudioMute"; mods = ""; command = "wpctl set-mute @DEFAULT_SINK@ toggle"; }
|
{ key = "XF86AudioMute"; mods = ""; command = "wpctl set-mute @DEFAULT_SINK@ toggle"; }
|
||||||
];
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user