diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-08-07 00:27:09 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-08-07 00:27:09 +0200 |
commit | 2c21f6f38a6b6947c1547675fe2d0483813b7df7 (patch) | |
tree | 0ee834d8907373be3e5a7330dc081e8473e879b2 | |
parent | 23d5afa1061b71499ac8637402c114a508f3bc62 (diff) |
Change to uppercase hints for uzbl
-rw-r--r-- | config/uzbl/config | 2 | ||||
-rw-r--r-- | config/uzbl/style.css | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/config/uzbl/config b/config/uzbl/config index b82220f..7c3614a 100644 --- a/config/uzbl/config +++ b/config/uzbl/config @@ -354,7 +354,7 @@ set ebind = @mode_bind global,-insert @cbind <Ctrl>d = spawn @scripts_dir/insert_temp.sh @cbind D = spawn @scripts_dir/load_url_from_temps.sh -set follow_hint_keys = uhetonaspgcr +set follow_hint_keys = uhetonasidpgcr @cbind f* = spawn @scripts_dir/follow.sh \@< uzbl.follow("\@follow_hint_keys", "%s", 'click') >\@ @cbind F* = spawn @scripts_dir/follow.sh \@< uzbl.follow("\@follow_hint_keys", "%s", 'newwindow') >\@ @cbind fL* = spawn @scripts_dir/follow.sh \@< uzbl.follow("\@follow_hint_keys", "%s", 'returnuri') >\@ set diff --git a/config/uzbl/style.css b/config/uzbl/style.css index 863fa07..a5fe457 100644 --- a/config/uzbl/style.css +++ b/config/uzbl/style.css @@ -11,8 +11,9 @@ font-weight: bold !important; font-variant: normal !important; text-decoration: none !important; + text-transform: uppercase; - -webkit-transform: translate(-5px,-5px); + -webkit-transform: translate(-3px,-1px); opacity: 0.8; -webkit-border-radius: 6px !important; /* Play around with this, pretty fun things to do :) */ |