From 27b16b2938c3a10dcb9eb7e4f415b87857ded852 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Sat, 4 May 2024 12:10:22 +0530 Subject: [PATCH] [sxhkd] keybind to open link in clipboard --- sxhkd/.config/sxhkd/sxhkdrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index eda3ab68..982d5c09 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -58,13 +58,14 @@ super + alt + control + {_, shift} + o # launch programs super + shift + a ,do-stuff -super + alt + control + l ; {l, m, f, i, r, shift + r} +super + alt + control + l ; {l, m, f, i, r, shift + r, o} { thunar \ , i3-msg workspace number 000 && google-chrome --new-window 'https://meet.google.com' \ , firefox \ , \,linkify | xargs -I\{\} notify Linkify '\{\}' \ , \,record-screen \ - , \,record-screen --select} + , \,record-screen --select \ + , open "$(pbpaste)"} super + alt + control + k i3-msg focus output eDP && sleep .3 && xdotool key ctrl+k