1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 20:01:08 +01:00

use wl-clipboard

This commit is contained in:
2025-08-26 07:19:17 +02:00
parent 5febabb7fa
commit d0ac0af7c3
8 changed files with 536 additions and 34 deletions

View File

@@ -99,8 +99,8 @@ in
{
o = "${pkgs.xdg-utils}/bin/xdg-open";
ns = "nix-shell --run zsh";
pbcopy = "${pkgs.xclip}/bin/xclip -selection clipboard -in";
pbpaste = "${pkgs.xclip}/bin/xclip -selection clipboard -out";
pbcopy = "${pkgs.wl-clipboard}/bin/wl-copy";
pbpaste = "${pkgs.wl-clipboard}/bin/wl-paste";
tmux = "${pkgs.tmux}/bin/tmux -2";
sxiv = swallow "${pkgs.nsxiv}/bin/nsxiv";
zathura = swallow "${pkgs.zathura}/bin/zathura";