diff options
author | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-22 22:37:50 +0100 |
---|---|---|
committer | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-22 22:37:50 +0100 |
commit | 89ef190e34412cf3ac63a5961a98a52e84a43746 (patch) | |
tree | e8cbe29084047dc1cb295bf312c97d83fbc5120b /config | |
parent | a7f08ffd1c05625618bf292114f94b46c9281096 (diff) | |
download | dotfiles-89ef190e34412cf3ac63a5961a98a52e84a43746.tar.gz dotfiles-89ef190e34412cf3ac63a5961a98a52e84a43746.tar.bz2 dotfiles-89ef190e34412cf3ac63a5961a98a52e84a43746.zip |
uzbl
Diffstat (limited to 'config')
-rw-r--r-- | config/uzbl/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/uzbl/config b/config/uzbl/config index 5a5c887..0f637f1 100644 --- a/config/uzbl/config +++ b/config/uzbl/config @@ -431,8 +431,8 @@ set follow_hint_keys 0123456789 # Fl -> open in a new window # fL -> take the url and navigate directly to it # FL -> copy the url to the clipboard -@cbind f* = spawn @config_home/scripts/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'click') >\@ -@cbind F* = spawn @config_home/scrpts/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'newwindow') >\@ +@cbind f* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'click') >\@ +@cbind F* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'newwindow') >\@ #@cbind fL* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'returnuri') >\@ set #@cbind FL* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'returnuri') >\@ clipboard @cbind gi = spawn @scripts_dir/go_input.sh |