From 897eb8e8868fcb48d9428afaf7e49c6654de3bad Mon Sep 17 00:00:00 2001 From: clsty Date: Thu, 22 Feb 2024 21:03:46 +0800 Subject: [PATCH] Fix path. --- .config/ags/modules/cheatsheet/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }), ] }),