diff options
Diffstat (limited to 'X11/openbox')
-rw-r--r-- | X11/openbox/rc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 06584f1..7745ad2 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -590,7 +590,7 @@ | |||
590 | </keybind> | 590 | </keybind> |
591 | <keybind key="W-S-n"> | 591 | <keybind key="W-S-n"> |
592 | <action name="Execute"> | 592 | <action name="Execute"> |
593 | <command>sh -c 'curl -I google.com | grep -E "^Location:" | cut -d" " -f2 | xsel -ib'</command> | 593 | <command>sh -c 'curl -I google.com | grep -E "^Location:" | cut -d" " -f2 | xsel -ib & & notify-send "Link Copied"'</command> |
594 | </action> | 594 | </action> |
595 | </keybind> | 595 | </keybind> |
596 | <keybind key="W-a"> | 596 | <keybind key="W-a"> |