Skip to content

Commit

Permalink
refactor(hyprland): disable clipboard workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Nov 1, 2024
1 parent 8ec261f commit 093bc04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/desktop/wm/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ in
# Autostart script
exec-once = [
autostartScript
(with pkgs; ''
${wl-clipboard}/bin/wl-paste -t text -w ${getExe bash} -c '[ "$(${getExe xclip} -selection clipboard -o)" = "$(${wl-clipboard}/bin/wl-paste -n)" ] || [ "$(${wl-clipboard}/bin/wl-paste -l | grep image)" = "" ] && ${getExe xclip} -selection clipboard'
'')
];
# Source external file for quick debug
source = ["$HOME/.config/hypr/debug.conf"];
Expand Down

0 comments on commit 093bc04

Please sign in to comment.