mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Fix cliphist
This commit is contained in:
parent
5f3847b3ca
commit
200a42456d
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ in {
|
|||
# Launch programs
|
||||
"$mod, RETURN, exec, $terminal"
|
||||
"$mod, R, exec, $menu"
|
||||
"$mod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy"
|
||||
"$mod, V, exec, ${pkgs.cliphist}/bin/cliphist list | rofi -dmenu | ${pkgs.cliphist}/bin/cliphist decode | ${pkgs.wl-clipboard}/bin/wl-copy"
|
||||
"$mod, B, exec, $browser"
|
||||
"$mod, F, exec, $fileManager"
|
||||
"$mod, C, exec, $editor"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue