forked from Shinonome/dots-hyprland
hyprland keybinds: remove trailing comma (#1559)
This commit is contained in:
@@ -41,7 +41,7 @@ Singleton {
|
|||||||
Process {
|
Process {
|
||||||
id: getDefaultKeybinds
|
id: getDefaultKeybinds
|
||||||
running: true
|
running: true
|
||||||
command: [root.keybindParserPath, "--path", root.defaultKeybindConfigPath,]
|
command: [root.keybindParserPath, "--path", root.defaultKeybindConfigPath]
|
||||||
|
|
||||||
stdout: SplitParser {
|
stdout: SplitParser {
|
||||||
onRead: data => {
|
onRead: data => {
|
||||||
|
|||||||
Reference in New Issue
Block a user