hyprland.nix: Fixed silly syntax issue with bindl block lol
This commit is contained in:
parent
3c4ac56b7e
commit
a7b22667b5
@ -159,12 +159,12 @@
|
||||
",XF86MonBrightnessDown, exec, brightnessctl s 2%-"
|
||||
];
|
||||
|
||||
bindl = {
|
||||
bindl = [
|
||||
", XF86AudioNext, exec, playerctl next"
|
||||
", XF86AudioPause, exec, playerctl play-pause"
|
||||
", XF86AudioPlay, exec, playerctl play-pause"
|
||||
", XF86AudioPrev, exec, playerctl previous"
|
||||
};
|
||||
];
|
||||
|
||||
input = {
|
||||
kb_layout = us;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user