fix clipboard manager

This commit is contained in:
foglar 2024-12-29 16:57:33 +01:00
parent e0b5988688
commit 1163e12cea
4 changed files with 22 additions and 22 deletions

View File

@ -21,7 +21,7 @@
libreoffice libreoffice
localsend localsend
kdePackages.kdeconnect-kde kdePackages.kdeconnect-kde
vlc mpv
openrocket openrocket
spotube spotube
inkscape inkscape

View File

@ -246,7 +246,7 @@
"$mod, Tab, exec, ${pkgs.toybox}/bin/pkill -x rofi || ${pkgs.rofi-wayland}/bin/rofi -show window" "$mod, Tab, exec, ${pkgs.toybox}/bin/pkill -x rofi || ${pkgs.rofi-wayland}/bin/rofi -show window"
"$mod+Shift, E, exec, ${pkgs.toybox}/bin/pkill -x rofi || ${pkgs.rofi-wayland}/bin/rofi -show emoji" "$mod+Shift, E, exec, ${pkgs.toybox}/bin/pkill -x rofi || ${pkgs.rofi-wayland}/bin/rofi -show emoji"
# Clipboard manager # Clipboard manager
"$mod, V, exec, ${pkgs.toybox}/bin/pkill -x rofi || clipboard" "$mod, V, exec, ${pkgs.toybox}/bin/pkill -x rofi || clipboard d"
# Grouped Windows # Grouped Windows
"$mod CTRL, H, changegroupactive, b" "$mod CTRL, H, changegroupactive, b"

View File

@ -58,7 +58,7 @@
orientation = mkLiteral "vertical"; orientation = mkLiteral "vertical";
children = ["inputbar" "listbox"]; children = ["inputbar" "listbox"];
background-color = mkLiteral "transparent"; background-color = mkLiteral "transparent";
background-image = mkLiteral "url(\"~/.dotfiles/config/backgrounds/aurora_borealis.png\", height)"; background-image = mkLiteral "url(\"~/.dotfiles/config/backgrounds/aurora_borealis.png\", HEIGHT)";
}; };
# Input bar settings # Input bar settings
@ -68,7 +68,7 @@
padding = mkLiteral "5em"; padding = mkLiteral "5em";
children = ["entry"]; children = ["entry"];
background-color = mkLiteral "transparent"; background-color = mkLiteral "transparent";
background-image = mkLiteral "url(\"~/.dotfiles/config/backgrounds/aurora_borealis.png\", width)"; background-image = mkLiteral "url(\"~/.dotfiles/config/backgrounds/aurora_borealis.png\", WIDTH)";
}; };
# Entry field settings # Entry field settings

View File

@ -225,9 +225,9 @@
format = "{}"; format = "{}";
rotate = 0; rotate = 0;
exec = "echo ; echo 󰅇 clipboard history"; exec = "echo ; echo 󰅇 clipboard history";
on-click = "sleep 0.1 && cliphist.sh c"; on-click = "sleep 0.1 && clipboard d";
on-click-right = "sleep 0.1 && cliphist.sh d"; on-click-right = "sleep 0.1 && clipboard";
on-click-middle = "sleep 0.1 && cliphist.sh w"; on-click-middle = "sleep 0.1 && clipboard";
interval = 86400; # once every day; interval = 86400; # once every day;
tooltip = true; tooltip = true;
}; };