mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Fix path.
This commit is contained in:
parent
75015aeba3
commit
897eb8e886
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ const cheatsheetHeader = () => Widget.CenterBox({
|
|||
selectable: true,
|
||||
justify: Gtk.Justification.CENTER,
|
||||
className: 'txt-small txt',
|
||||
label: 'Sheet data stored in <tt>~/.config/ags/modules/cheatsheet/data_keybinds.js</tt>\nChange keybinds in <tt>~/.config/hypr/keybinds.conf</tt>'
|
||||
label: 'Sheet data stored in <tt>~/.config/ags/modules/cheatsheet/data_keybinds.js</tt>\nChange keybinds in <tt>~/.config/hypr/hyprland/keybinds.conf</tt>'
|
||||
}),
|
||||
]
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue