diff --git a/nwg_shell_config/shell/help-hyprland.pango b/nwg_shell_config/shell/help-hyprland.pango index 0d2eefc..cc1c416 100644 --- a/nwg_shell_config/shell/help-hyprland.pango +++ b/nwg_shell_config/shell/help-hyprland.pango @@ -4,6 +4,7 @@ [S]+F ......................... File manager [Alt]+D ..................... Dock show/hide [Alt]+F1 ................ Application drawer +[Alt]+c .................. Clipboard history [S]+F1 ...................... Show/hide help ⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼ [Alt]+Q/[Alt]+F4 ............... Kill window diff --git a/nwg_shell_config/shell/help-sway.pango b/nwg_shell_config/shell/help-sway.pango index 88372a8..807275f 100644 --- a/nwg_shell_config/shell/help-sway.pango +++ b/nwg_shell_config/shell/help-sway.pango @@ -6,6 +6,7 @@ [S]+c .................... Notification center [S]+s ......................... Shell settings [Alt]+F1 .................. Application drawer +[Alt]+c .................... Clipboard history [S]+F1 ........................ Show/hide help ⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼ [Alt]+q/[Alt]+F4 ................... Kill task diff --git a/nwg_shell_config/shell/settings b/nwg_shell_config/shell/settings index 10afedc..f5e07dc 100644 --- a/nwg_shell_config/shell/settings +++ b/nwg_shell_config/shell/settings @@ -79,7 +79,7 @@ ], "help-font-size": 14, "help-layer-shell": true, - "help-keyboard": false, + "help-keyboard": true, "gtklock-disable-input-inhibitor": false, "gtklock-idle-timeout": 10, "gtklock-logout-command": "swaymsg exit", diff --git a/nwg_shell_config/shell/settings-hyprland b/nwg_shell_config/shell/settings-hyprland index e8a5eb3..2814952 100644 --- a/nwg_shell_config/shell/settings-hyprland +++ b/nwg_shell_config/shell/settings-hyprland @@ -117,7 +117,7 @@ ], "help-font-size": 12, "help-layer-shell": true, - "help-keyboard": false, + "help-keyboard": true, "gtklock-disable-input-inhibitor": false, "gtklock-idle-timeout": 10, "gtklock-logout-command": "swaymsg exit",