Skip to content

Commit

Permalink
[sxhkd] keybind to open link in clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
meain committed May 4, 2024
1 parent 030aa4f commit 27b16b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sxhkd/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27b16b2

Please sign in to comment.