From cc76c28253df7e51cdb96657e0281bf4d9757d15 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 13 Dec 2025 08:11:46 +0100 Subject: [PATCH] add clipboard mpv --- dotfiles/sway/.config/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/sway/.config/sway/config b/dotfiles/sway/.config/sway/config index bc0eef1..63f7dd3 100644 --- a/dotfiles/sway/.config/sway/config +++ b/dotfiles/sway/.config/sway/config @@ -263,6 +263,9 @@ bindsym ctrl+shift+escape exec 'ts5-hotkeys speaker' bindsym $mod+p exec 'alacritty --command pwsh' +#clipboard mpv +bindsym $mod+shift+m exec 'mpv -- "$(wl-paste)"' + #screenshot #requires grim,slurp,wl-clipboard bindsym $mod+shift+s exec 'grim -g "$(slurp)" - | wl-copy'