mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
home/hyprland/settings: format fix
This commit is contained in:
parent
94a0f95b31
commit
ae449deff9
|
@ -113,10 +113,10 @@ in {
|
||||||
|
|
||||||
bindle = [
|
bindle = [
|
||||||
# Display, volume, microphone, and media keys.
|
# Display, volume, microphone, and media keys.
|
||||||
", xf86monbrightnessup,exec,${brightness.up}"
|
",xf86monbrightnessup,exec,${brightness.up}"
|
||||||
", xf86monbrightnessdown,exec,${brightness.down}"
|
",xf86monbrightnessdown,exec,${brightness.down}"
|
||||||
", xf86audioraisevolume,exec,${volume.up}"
|
",xf86audioraisevolume,exec,${volume.up}"
|
||||||
", xf86audiolowervolume,exec,${volume.down}"
|
",xf86audiolowervolume,exec,${volume.down}"
|
||||||
];
|
];
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
|
|
Loading…
Reference in a new issue