diff --git a/.config/ags/modules/cheatsheet/main.js b/.config/ags/modules/cheatsheet/main.js index c8995ae0..0d5b4789 100644 --- a/.config/ags/modules/cheatsheet/main.js +++ b/.config/ags/modules/cheatsheet/main.js @@ -43,7 +43,7 @@ const cheatsheetHeader = () => Widget.CenterBox({ selectable: true, justify: Gtk.Justification.CENTER, className: 'txt-small txt', - label: 'Sheet data stored in ~/.config/ags/modules/cheatsheet/data_keybinds.js\nChange keybinds in ~/.config/hypr/keybinds.conf' + label: 'Sheet data stored in ~/.config/ags/modules/cheatsheet/data_keybinds.js\nChange keybinds in ~/.config/hypr/hyprland/keybinds.conf' }), ] }),