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