mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
fixup header size
This commit is contained in:
parent
01620429b2
commit
0d2dee3a11
1 changed files with 4 additions and 4 deletions
|
@ -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`
|
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
|
```ini
|
||||||
bind = SUPER, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
bind = SUPER, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||||
```
|
```
|
||||||
|
|
||||||
# For `dmenu` users
|
### For `dmenu` users
|
||||||
```ini
|
```ini
|
||||||
bind = SUPER, V, exec, cliphist list | dmenu | cliphist decode | wl-copy
|
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:
|
Now bind the `clipman` like this:
|
||||||
|
|
||||||
# For `rofi` users
|
### For `rofi` users
|
||||||
```ini
|
```ini
|
||||||
bind = SUPER, V, exec, clipman pick -t rofi
|
bind = SUPER, V, exec, clipman pick -t rofi
|
||||||
```
|
```
|
||||||
|
|
||||||
# For `dmenu` users
|
### For `dmenu` users
|
||||||
```ini
|
```ini
|
||||||
bind = SUPER, V, exec, clipman pick -t dmenu
|
bind = SUPER, V, exec, clipman pick -t dmenu
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue