From 0d2dee3a116c089725aaa6eb8e646a015241cb43 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 17 Apr 2023 00:13:48 +0100 Subject: [PATCH] fixup header size --- pages/Useful Utilities/Clipboard-Managers.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/Useful Utilities/Clipboard-Managers.md b/pages/Useful Utilities/Clipboard-Managers.md index f20f3cc..337a586 100644 --- a/pages/Useful Utilities/Clipboard-Managers.md +++ b/pages/Useful Utilities/Clipboard-Managers.md @@ -23,12 +23,12 @@ Do note that any of the above lines can be disabled based on your needs To bind `cliphist` to a hotkey and display it under `rofi` or `dmenu`, again head over to `~/.config/hypr/hyprland.conf` -# For `rofi` users +### For `rofi` users ```ini bind = SUPER, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy ``` -# For `dmenu` users +### For `dmenu` users ```ini bind = SUPER, V, exec, cliphist list | dmenu | cliphist decode | wl-copy ``` @@ -52,12 +52,12 @@ And also make sure to create a file named `clipman-primary.json` in `~/.local/sh Now bind the `clipman` like this: -# For `rofi` users +### For `rofi` users ```ini bind = SUPER, V, exec, clipman pick -t rofi ``` -# For `dmenu` users +### For `dmenu` users ```ini bind = SUPER, V, exec, clipman pick -t dmenu ```